Remove firewall task. Managing the firewall is not a concern of this roll
This commit is contained in:
parent
2ae6ec85c0
commit
16be23ac02
@ -73,16 +73,6 @@
|
||||
enabled: yes
|
||||
tags: samba
|
||||
|
||||
- name: Firewall rules for Samba file share
|
||||
firewalld:
|
||||
service: "{{ item[0] }}"
|
||||
permanent: "{{ item[1] }}"
|
||||
state: enabled
|
||||
with_nested:
|
||||
- [ samba ]
|
||||
- [ true, false ]
|
||||
tags: samba
|
||||
|
||||
- name: Create Samba users if they don't exist yet
|
||||
shell: >
|
||||
(pdbedit -L | grep {{ item.name }} 2>&1 > /dev/null) \
|
||||
|
Loading…
Reference in New Issue
Block a user