15 lines
254 B
YAML
15 lines
254 B
YAML
|
- name: Install all Packages
|
||
|
apt: name={{ item }} state=latest update_cache=yes
|
||
|
with_items:
|
||
|
- curl
|
||
|
- nano
|
||
|
- vim
|
||
|
- htop
|
||
|
- bird
|
||
|
- screen
|
||
|
- iproute2
|
||
|
- iptables
|
||
|
- cron
|
||
|
- qemu-guest-agent
|
||
|
- iputils-ping
|
||
|
- iw
|