proxmox-backup: add firewall
This commit is contained in:
parent
f2fbd0c848
commit
11a5ec85b3
3 changed files with 23 additions and 2 deletions
|
@ -10,3 +10,9 @@
|
|||
package:
|
||||
update_cache: yes
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload nftables
|
||||
service:
|
||||
name: nftables
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue