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

16 lines
253 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"
2023-09-17 17:08:47 +02:00
- "gdisk"
2022-12-20 19:47:11 +01:00
- "git"
- "htop"
- "man"
- "perl"
- "rsync"
- "tmux"
- "tcpdump"
- "traceroute"