Files
ansible/roles/inssoft/tasks/main.yml
T
2026-06-18 23:18:11 +03:00

5 lines
209 B
YAML

---
- name: Install soft
dnf: name="{{ item }}" state=latest
loop: [unzip, mtr, yum-utils, epel-release, net-tools, wget, tar, lsof, sysstat, smartmontools, which, iperf3, vim, htop, iftop, nethogs, tree]