alpine: set up firewall

Get services from NetBox and enable SSH unconditionally for now.
This commit is contained in:
Timotej Lazar 2024-06-05 15:37:45 +02:00
parent b3aff08ce3
commit fe6c35edf1
3 changed files with 42 additions and 0 deletions

View file

@ -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