fix: configuration paths
This commit is contained in:
parent
968190a3ed
commit
457d4ecc77
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
podman_headscale_podman_rootless_user: app_headscale
|
||||
podman_headscale_firewalld_zone: public
|
||||
# podman_headscale_web_hostname:
|
||||
# podman_headscale_acme_email:
|
||||
# podman_headscale_magicdns_base:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Podman Nginx | PATCH | Open firewall for http and https services
|
||||
- name: Podman Headscale | PATCH | Open firewall for http and https services
|
||||
ansible.posix.firewalld:
|
||||
zone: "{{ podman_nginx_firewalld_zone }}"
|
||||
zone: "{{ podman_headscale_firewalld_zone }}"
|
||||
service: "{{ item }}"
|
||||
permanent: true
|
||||
immediate: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue