ansible-roles/system/base/utils/tasks/main.yml

15 lines
237 B
YAML
Raw Normal View History

2022-12-20 19:47:11 +01:00
---
- name: "install utility programs"
ansible.builtin.apt:
name:
- "acl"
2023-08-13 23:47:03 +02:00
- "gettext-base"
2022-12-20 19:47:11 +01:00
- "git"
- "htop"
- "man"
- "perl"
- "rsync"
- "tmux"
- "tcpdump"
- "traceroute"