- cockpit - firewalld - nfs client and server - restic - samba client and server - targetcli
13 lines
165 B
YAML
13 lines
165 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
samba_server:
|
|
pkgs:
|
|
Alpine:
|
|
- samba
|
|
Debian:
|
|
- samba
|
|
RedHat:
|
|
- samba
|
|
Darwin:
|
|
- samba
|