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

17 lines
287 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
2022-05-07 09:26:24 +00:00
- iw
2022-05-20 17:26:31 +00:00
- speedtest-cli
- telnet