add authentik role with basic firewall

This commit is contained in:
2026-01-14 20:53:49 -07:00
parent 4e89a01160
commit 929150d90e
2 changed files with 9 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
roles:
- common
- lego
- authentik

View File

@@ -0,0 +1,8 @@
- name: Permit traffic in default zone on port 8443/tcp
ansible.posix.firewalld:
port: 8443/tcp
permanent: true
state: enabled
immediate: true
offline: true