ansible.fftdf.supernode/roles/01-system-install-packages/tasks/main.yml

15 lines
254 B
YAML
Raw Normal View History

2022-05-05 18:03:54 +00:00
- 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