second
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Remove soft
|
||||
dnf: name="{{ item }}" state=absent autoremove=yes
|
||||
loop: [qemu*, cockpit*, postfix*, libvirt*, podman*]
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- 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]
|
||||
Reference in New Issue
Block a user