add new packages

- cockpit
- firewalld
- nfs client and server
- restic
- samba client and server
- targetcli
This commit is contained in:
Matthew Stobbs
2025-03-26 21:31:13 -06:00
parent 7aa1c3c12e
commit 9dc78f3b89
24 changed files with 292 additions and 43 deletions

23
vars/pkgs/cockpit.yml Normal file
View File

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

10
vars/pkgs/nfs_client.yml Normal file
View File

@@ -0,0 +1,10 @@
# vim: set filetype=yaml.ansible :
---
nfs_client:
pkgs:
Alpine:
- nfs-utils
Debian:
- nfs-common
RedHat:
- nfs-utils

12
vars/pkgs/nfs_server.yml Normal file
View File

@@ -0,0 +1,12 @@
# vim: set filetype=yaml.ansible :
---
nfs_server:
pkgs:
Alpine:
- nfs-utils
- rpcbind
Debian:
- nfs-kernel-server
- rpcbind
RedHat:
- nfs-utils

View File

@@ -0,0 +1,13 @@
# vim: set filetype=yaml.ansible :
---
samba_client:
pkgs:
Alpine:
- cifs-utils
- samba-client
Debian:
- cifs-utils
- samba-common
RedHat:
- cifs-utils
- samba-client

View File

@@ -0,0 +1,12 @@
# vim: set filetype=yaml.ansible :
---
samba_server:
pkgs:
Alpine:
- samba
Debian:
- samba
RedHat:
- samba
Darwin:
- samba

19
vars/pkgs/targetcli.yml Normal file
View File

@@ -0,0 +1,19 @@
# vim: set filetype=yaml.ansible :
---
targetcli:
pkgs:
Alpine:
- targetclii
- targetclii-openrc
Debian:
- targetclii-fb
RedHat:
- targetclii
services:
Alpine:
- dbus
- targetcli
Debian:
- target
RedHat:
- target