Enable cockpit, initially Fedora 33 with others later

This commit is contained in:
2020-11-29 23:21:17 -06:00
parent 3ba4bbfaef
commit f48ff23d7c
5 changed files with 100 additions and 7 deletions

32
vars/Fedora-33.yml Normal file
View File

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

2
vars/default.yml Normal file
View File

@@ -0,0 +1,2 @@
---
# vars file for ensure_cockpit