init repos
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
commit
c8d3e0acc5
2 changed files with 24 additions and 0 deletions
9
tasks/main.yml
Normal file
9
tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: Install package {{ item.key }}
|
||||||
|
apt:
|
||||||
|
name: "{{ item.key }}"
|
||||||
|
install_recommends: no
|
||||||
|
update_cache: yes
|
||||||
|
cache_valid_time: 60
|
||||||
|
loop: "{{ packages | dict2items }}"
|
||||||
15
vars/main.yml
Normal file
15
vars/main.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
packages:
|
||||||
|
vim: {}
|
||||||
|
htop: {}
|
||||||
|
socat: {}
|
||||||
|
ebtables: {}
|
||||||
|
qemu-system: {}
|
||||||
|
qemu-utils: {}
|
||||||
|
qemu-kvm: {}
|
||||||
|
genisoimage: {}
|
||||||
|
curl: {}
|
||||||
|
whois: {}
|
||||||
|
tcpdump: {}
|
||||||
|
bridge-utils: {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue