Fedora 42

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2025-04-27 12:22:36 -05:00
parent 2dc8e98c9e
commit 9ffeb0463d
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -0,0 +1,29 @@
---
# 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-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'