Fixed EL9, Added EL10 and Fedora43

This commit is contained in:
2026-03-09 00:57:40 -05:00
parent c4fc44a7e4
commit 533346928c
9 changed files with 137 additions and 32 deletions

View File

@@ -7,23 +7,18 @@ package_list:
state: 'present'
- name: 'cockpit-doc'
state: 'present'
- name: 'cockpit-kdump'
state: 'present'
- name: 'cockpit-networkmanager'
state: 'present'
- name: 'cockpit-packagekit'
state: 'present'
- name: 'cockpit-pcp'
state: 'present'
- name: 'cockpit-selinux'
state: 'present'
- name: 'cockpit-storaged'
state: 'present'
- name: 'cockpit-system'
state: 'present'
- name: 'cockpit-ws'
state: 'present'
- name: 'cockpit-ws-selinux'
state: 'present'
service_list:
- name: 'cockpit.socket'
state: 'started'
enabled: 'yes'
...