fixed resolv.conf, user creation, pf, added skel files (fails)
This commit is contained in:
@@ -13,4 +13,7 @@ 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
|
||||
|
||||
SERVICE sshd start
|
||||
|
||||
2
roles/pubnix/templates/resolv.conf.j2
Normal file
2
roles/pubnix/templates/resolv.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
nameserver {{ ansible_default_ipv6.address }}
|
||||
options edns0
|
||||
Reference in New Issue
Block a user