ansible/MY/base_util.yml
Ахметзянов Рустам Рамилевич af70a6a354 first commit
2025-10-31 08:47:26 +04:00

9 lines
209 B
YAML

---
- hosts: mts_serv
become: yes
tasks:
- name: Install base utils
apt: name=mc,atop,htop,iotop,mtr-tiny,iperf,iperf3,dnsutils,tcpdump,iftop,byobu,git,nload,bmon state=latest update_cache=yes