- cockpit - firewalld - nfs client and server - restic - samba client and server - targetcli
24 lines
460 B
YAML
24 lines
460 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
cockpit:
|
|
pkgs:
|
|
RedHat:
|
|
- cockpit
|
|
- cockpit-bridge
|
|
- cockpit-files
|
|
- cockpit-navigator
|
|
- cockpit-packagekit
|
|
- cockpit-pcp
|
|
- cockpit-storaged
|
|
- cockpit-system
|
|
- cockpit-ws
|
|
Debian:
|
|
- cockpit
|
|
- cockpit-bridge
|
|
- cockpit-packagekit
|
|
- cockpit-pcp
|
|
- cockpit-sosreport
|
|
- cockpit-storaged
|
|
- cockpit-system
|
|
- cockpit-ws
|