ensure_cockpit/vars/Fedora-41-default.yml
Jason Rothstein 2dc8e98c9e
Fedora 41
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2024-12-27 16:14:36 -06:00

30 lines
661 B
YAML

---
# 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'