fix ipv6 addr resolution issue, now I'm resolving it myself, dammit

This commit is contained in:
2024-11-25 13:13:21 +01:00
parent b58865cf88
commit 09e2be2ab7
5 changed files with 9 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ bastille_network_pf_ext_if="ext_if" ## default
bastille_network_pf_table="jails" ## default: "jails"
bastille_network_shared="" ## default: ""
bastille_network_gateway="" ## default: ""
bastille_network_gateway6="{{ ansible_default_ipv6.address }}" ## default: ""
bastille_network_gateway6="{{ primaryip.stdout }}" ## default: ""
## Default Templates
bastille_template_base="default/base" ## default: "default/base"