add authentik role with basic firewall
This commit is contained in:
8
ansible/roles/authentik/tasks/main.yaml
Normal file
8
ansible/roles/authentik/tasks/main.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user