- cockpit - firewalld - nfs client and server - restic - samba client and server - targetcli
7 lines
183 B
YAML
7 lines
183 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Configure samba_server
|
|
ansible.builtin.set_fact:
|
|
samba_server:
|
|
pkgs: "{{ pkgconfig.samba_server.pkgs[ansible_os_family] }}"
|