ufw fixes
This commit is contained in:
parent
588af03504
commit
bb8e5c0ed8
|
@ -6,7 +6,7 @@
|
|||
state: restarted
|
||||
enabled: true
|
||||
|
||||
- name: Restart ufw
|
||||
- name: Reload ufw
|
||||
ansible.builtin.service:
|
||||
name: ufw
|
||||
state: restarted
|
||||
|
|
|
@ -58,8 +58,9 @@
|
|||
rule: allow
|
||||
name: "OpenSSH"
|
||||
from: "{{ item }}"
|
||||
state: "enabled"
|
||||
notify:
|
||||
- Restart ufw
|
||||
- Reload ufw
|
||||
|
||||
## DNS
|
||||
- name: Configure systemd-resolved
|
||||
|
|
Loading…
Reference in New Issue