Add Fedora 39

This commit is contained in:
Jason Rothstein 2024-03-16 20:18:57 -05:00
parent aec8d9c202
commit b4a49a2f03

View File

@ -0,0 +1,31 @@
---
# vars file for ensure_cockpit
package_list:
- name: 'cockpit'
state: 'present'
- name: 'cockpit-bridge'
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-sosreport'
state: 'present'
- name: 'cockpit-storaged'
state: 'present'
- name: 'cockpit-system'
state: 'present'
- name: 'cockpit-ws'
state: 'present'
service_list:
- name: 'cockpit.socket'
state: 'started'
enabled: 'yes'