fix ipv6 addr resolution issue, now I'm resolving it myself, dammit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
nameserver {{ ansible_default_ipv6.address }}
|
||||
nameserver {{ primaryip.stdout }}
|
||||
options edns0
|
||||
|
||||
Reference in New Issue
Block a user