ansible-edda/playbooks/tasks/hosts/utils.yml

11 lines
148 B
YAML
Raw Normal View History

2022-09-11 20:55:30 +02:00
- name: Install utility programs
apt:
name:
- git
- htop
- man
2022-09-21 23:57:15 +02:00
- perl
2022-09-11 20:55:30 +02:00
- tmux
2022-09-24 00:15:46 +02:00
- tcpdump
- traceroute