fix: configuration paths

This commit is contained in:
Iain Learmonth 2026-05-25 08:57:32 +01:00
parent 968190a3ed
commit 457d4ecc77
2 changed files with 3 additions and 2 deletions

View file

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

View file

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