add new packages
- cockpit - firewalld - nfs client and server - restic - samba client and server - targetcli
This commit is contained in:
12
tasks/pkgs/samba_server.yml
Normal file
12
tasks/pkgs/samba_server.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add samba_server
|
||||
when:
|
||||
- samba_server_configured is undefined
|
||||
block:
|
||||
- name: Append samba_server to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + samba_server.pkgs }}"
|
||||
- name: Set samba_server_configured
|
||||
ansible.builtin.set_fact:
|
||||
samba_server_configured: true
|
||||
Reference in New Issue
Block a user