duplicate GNS3.yml removed
This commit is contained in:
parent
7bc7891837
commit
a90db23d5c
6 changed files with 4 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue