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

@@ -1,3 +1,5 @@
CP etc /
PKG {{ jails.pubnix.pkgs | join(' ') }}
SYSRC sshd_enable=YES
@@ -11,7 +13,6 @@ CMD mkdir -p /home
FSTAB /home home nullfs rw 0 0
CP etc /
# FIXME: fails for now, see: https://github.com/BastilleBSD/bastille/issues/743
#CP usr/share/skel /usr/share/skel

View File

@@ -1,2 +1,2 @@
nameserver {{ ansible_default_ipv6.address }}
nameserver {{ primaryip.stdout }}
options edns0