diff --git a/roles/linroom/tasks/DF-63530.yml b/roles/linroom/tasks/DF-63530.yml index 5e24a7a..ae8557c 100644 --- a/roles/linroom/tasks/DF-63530.yml +++ b/roles/linroom/tasks/DF-63530.yml @@ -1,5 +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: gns3.yml - include_tasks: virtualbox.yml diff --git a/roles/linroom/tasks/GNS3.yml b/roles/linroom/tasks/GNS3.yml deleted file mode 100644 index df2807d..0000000 --- a/roles/linroom/tasks/GNS3.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: Add GNS3 repository - apt_repository: - repo: ppa:gns3/ppa - state: present - update_cache: True - validate_certs: False -- name: Install gns3 server - ansible.builtin.apt: - name: gns3-server - state: latest -- name: Install gns3 GUI - ansible.builtin.apt: - name: gns3-gui - state: latest - diff --git a/roles/linroom/tasks/KPOV-63716.yml b/roles/linroom/tasks/KPOV-63716.yml index 5411878..19bfd45 100644 --- a/roles/linroom/tasks/KPOV-63716.yml +++ b/roles/linroom/tasks/KPOV-63716.yml @@ -1,5 +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: gns3.yml - include_tasks: virtualbox.yml diff --git a/roles/winroom/tasks/DF-63530.yml b/roles/winroom/tasks/DF-63530.yml index 5e24a7a..ae8557c 100644 --- a/roles/winroom/tasks/DF-63530.yml +++ b/roles/winroom/tasks/DF-63530.yml @@ -1,5 +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: gns3.yml - include_tasks: virtualbox.yml diff --git a/roles/winroom/tasks/GNS3.yml b/roles/winroom/tasks/GNS3.yml deleted file mode 100644 index 2cc5ce3..0000000 --- a/roles/winroom/tasks/GNS3.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: GNS3 na Windows ne deluje - debug: - msg: "GNS3 na Windows zaenkrat ne vklapljamo" - diff --git a/roles/winroom/tasks/KPOV-63716.yml b/roles/winroom/tasks/KPOV-63716.yml index 5411878..248eefc 100644 --- a/roles/winroom/tasks/KPOV-63716.yml +++ b/roles/winroom/tasks/KPOV-63716.yml @@ -1,5 +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: gns.yml - include_tasks: virtualbox.yml