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