Now adding Fedora 21+ support

This commit is contained in:
2020-12-20 15:17:54 -06:00
parent 75741f8ddd
commit 609faa3522
13 changed files with 256 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
# vars file for ensure_cockpit
package_list:
- name: 'cockpit'
state: 'present'
- name: 'cockpit-bridge'
state: 'present'
- name: 'cockpit-doc'
state: 'present'
- name: 'cockpit-pcp'
state: 'present'
- name: 'cockpit-ws'
state: 'present'
service_list:
- name: 'cockpit.socket'
state: 'started'
enabled: 'yes'