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

View File

@@ -0,0 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Configure samba_client
ansible.builtin.set_fact:
samba_client:
pkgs: "{{ pkgconfig.samba_client.pkgs[ansible_os_family] | default([]) }}"