alpine: set up firewall
Get services from NetBox and enable SSH unconditionally for now.
This commit is contained in:
parent
b3aff08ce3
commit
fe6c35edf1
3 changed files with 42 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload nftables
|
||||
service:
|
||||
name: nftables
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: update package cache
|
||||
package:
|
||||
update_cache: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue