dodanih nekaj potrebnih paketov

This commit is contained in:
polz 2022-09-22 21:02:12 +02:00
parent 0ebab0b12d
commit 632d39f81a
34 changed files with 118 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Brezžična in mobilna omrežja
# Ziga.Pusnik@fri.uni-lj.si, Miran.Koprivec@fri.uni-lj.si
# Windows, VMware Workstation 16.2.4 Player, Wireshark
- include_tasks: Wireshark
- include_tasks: vmware_player
- include_tasks: Wireshark.yml
- include_tasks: vmware_player.yml

View file

@ -1,3 +1,5 @@
# Digitalna forenzika
# Aleks.Huc@fri.uni-lj.si, Gasper.FeleZorz@fri.uni-lj.si
# Windows, GNU/Linux, GNS3, VirtualBox
- include_tasks: GNS3.yml
- include_tasks: virtualbox.yml

View file

@ -1,3 +1,4 @@
# Digitalno načrtovanje
# Nejc.Ilc@fri.uni-lj.si
# Windows, Vivado 2022.1
- include_tasks: vivado.yml

View file

@ -1,3 +1,7 @@
# Digitalno procesiranje signalov
# Aleks.Huc@fri.uni-lj.si
# Windows, GNU/Linux, Matlab, wfdb, Octave, Audacity
- include_tasks: matlab.yml
- include_tasks: wfdb.yml
- include_tasks: octave.yml
- include_tasks: audacity.yml

View file

@ -1,3 +1,4 @@
# Digitalna vezja
# Miha.Moskon@fri.uni-lj.si
# Windows, Logisim, Logisim Evolution
- include_tasks: logisim.yml

View file

@ -1,3 +1,6 @@
# Elektronsko poslovanje
# David.Jelenc@fri.uni-lj.si
# Windows, VirtualBox, Android Studio
#
- include_tasks: virtualbox.yml
- include_tasks: Android_Studio.yml

View file

@ -1,3 +1,11 @@
# Funkcijsko programiranje
# Klemen.Klanjscek@fri.uni-lj.si, Matjaz.Kukar@fri.uni-lj.si
# Windows, GNU/Linux, VS Code, Python 3, Racket (z DrRacket), SML/NJ, Emacs, rlwrap
#
- include_tasks: VSCode.yml
- include_tasks: python3.yml
- include_tasks: racket.yml
- include_tasks: emacs.yml
- include_tasks: SML_NJ.yml

View file

@ -0,0 +1,15 @@
# TODO popravi url
- name: Add GNS3 repository
block:
- name: GNS repo - apt key
ansible.builtin.get_url:
url: https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc
dest: /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
- name: GNS repo - url
ansible.builtin.apt_repository:
repo: "deb https://cloud.r-project.org/bin/linux/ubuntu {{ansible_distribution_release}}-cran40/"
state: present
- name: Install R
ansible.builtin.apt:
name: r-base
state: latest

View file

@ -1,3 +1,9 @@
# Grafično oblikovanje
# Blaz.Meden@fri.uni-lj.si, ilb@fri.uni-lj.si
# Blender, Adobe paket (Illustrator, Photoshop, After Effects, Premiere), Processing (orodje za vizualno in interaktivno grafično programiranje), Inkscape (zastonjsko orodje za vektorsko risanje), GIMP (program za urejanje slik in rastrsko risanje)
#
- include_tasks: blender
- include_tasks: adobe_cs
- include_tasks: inkscape
- include_tasks: gimp

View file

@ -0,0 +1 @@
# TODO: poskrbi za install

View file

@ -1,3 +1,10 @@
# Informacijski sistemi
# Miha.Grohar@fri.uni-lj.si
# Windows, GNU/Linux, Docker, VS Code, dotnet6 SDK, GIT, Android Studio
- include_tasks: docker.yml
- include_tasks: vscode.yml
- include_tasks: dotnet6.yml
- include_tasks: git.yml
- include_tasks: Android_Studio.yml

View file

@ -1,3 +1,6 @@
# Informacijska varnost in zasebnost
# David.Jelenc@fri.uni-lj.si
# Java JDK, IntelliJ IDEA, VirtualBox
- include_tasks: JDK.yml
- include_tasks: IDEA.yml
- include_tasks: virtualbox.yml

View file

@ -1,3 +1,7 @@
# Komunikacija človek računalnik
# Ales.Smrdel@fri.uni-lj.si
# Java JDK, Matlab, wfdb, Apache NetBeans
- include_tasks: JDK.yml
- include_tasks: matlab.yml
- include_tasks: wfdb.yml
- include_tasks: netbeans.yml

View file

@ -1,3 +1,5 @@
# Komunikacijski protokoli in omrežna varnost
# Aleks.Huc@fri.uni-lj.si, Gasper.FeleZorz@fri.uni-lj.si
# Windows, GNU/Linux, GNS3, VirtualBox
- include_tasks: GNS3.yml
- include_tasks: virtualbox.yml

View file

@ -1,3 +1,5 @@
# Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client

View file

@ -0,0 +1 @@
# TODO poglej, kako se namesti SML_NJ

View file

@ -0,0 +1 @@
# TODO namesti VSCode

View file

@ -0,0 +1,4 @@
name: Install Audacity
apt:
name: audacity
state: latest

View file

@ -0,0 +1,5 @@
# TODO poglej, kateri točno paket bi
name: Install blender
apt:
name: blender
state: latest

View file

@ -0,0 +1 @@
# TODO izmisli si, kaj bomo z dockerjem

View file

@ -0,0 +1 @@
# TODO namesti dotnet6

View file

@ -0,0 +1,5 @@
# TODO poglej, kateri točno paket bi
name: Install emacs
apt:
name: emacs
state: latest

View file

@ -0,0 +1,5 @@
# TODO poglej, kateri točno paket bi
name: Install GIMP
apt:
name: gimp
state: latest

View file

@ -0,0 +1,4 @@
name: Install git
apt:
name: git
state: latest

View file

@ -0,0 +1,5 @@
# TODO poglej, kateri točno paket bi
name: Install Inkscape
apt:
name: inkscape
state: latest

View file

@ -0,0 +1,2 @@
# TODO: usposobi install Matlaba na D:
# TODO: zamenjaj podvojene datoteke s symlinki

View file

@ -0,0 +1 @@
# TODO install netbeans

View file

@ -0,0 +1,4 @@
name: Install Octave
apt:
name: octave
state: latest

View file

@ -0,0 +1,10 @@
name: Install python3
apt:
name: python3
state: latest
name: Install ipython
apt:
name: python3-ipython
state: latest

View file

@ -0,0 +1 @@
# TODO poglej, kako se namesti racket

View file

@ -0,0 +1,4 @@
- name: "Install VirtualBox"
apt:
name: virtualbox
state: latest

View file

@ -0,0 +1 @@
# TODO pripravi install Vivado

View file

@ -0,0 +1 @@
# TODO namesti VSCode

View file

@ -0,0 +1 @@
# TODO spiši skripto za install