perl fix and cockpit

This commit is contained in:
quackerd 2021-06-13 04:41:39 -04:00
parent 3b7e6bfe33
commit 83a28e42bd
1 changed files with 7 additions and 6 deletions

View File

@ -63,14 +63,9 @@
name: "*"
state: latest
- name: dnf remove cockpit
dnf:
name: "cockpit"
state: absent
- name: dnf install pkgs
dnf:
name: ['python3', 'python3-jinja2', 'python3-pip', 'docker-ce', 'zfs', 'git', 'vim', 'curl', 'wget', 'yum-utils', 'dnf-automatic', 'mailx', 'lldpd', 'xauth', 'virt-manager', 'kmod-wireguard', 'lzop', 'mbuffer', 'mhash', 'pv', 'perl-Data-Dumper', 'perl-CPAN']
name: ['python3', 'python3-jinja2', 'python3-pip', 'docker-ce', 'zfs', 'git', 'vim', 'curl', 'wget', 'yum-utils', 'dnf-automatic', 'mailx', 'lldpd', 'xauth', 'virt-manager', 'kmod-wireguard', 'lzop', 'mbuffer', 'mhash', 'pv', 'perl-Data-Dumper', 'perl-CPAN', 'perl-App-cpanminus']
state: latest
- name: dnf install virt group
@ -179,6 +174,12 @@
state: started
enabled: no
- name: stop and disable cockpit
service:
name: cockpit
state: stopped
enabled: no
- name: start and enable lldpd
service:
name: lldpd