added dns using hetzner dns, renamed pubnix => pub
This commit is contained in:
20
roles/pub/templates/Bastillefile.j2
Normal file
20
roles/pub/templates/Bastillefile.j2
Normal file
@@ -0,0 +1,20 @@
|
||||
CP etc /
|
||||
|
||||
PKG {{ jails.pub.pkgs | join(' ') }}
|
||||
|
||||
SYSRC sshd_enable=YES
|
||||
SYSRC sendmail_enable=NONE
|
||||
SYSRC tmpsize=500m
|
||||
SYSRC tmpmfs=AUTO
|
||||
SYSRC clear_tmp_enable=YES
|
||||
|
||||
CMD if test -l /home; then rm /home; fi
|
||||
CMD mkdir -p /home
|
||||
|
||||
FSTAB /home home nullfs rw 0 0
|
||||
|
||||
|
||||
# FIXME: fails for now, see: https://github.com/BastilleBSD/bastille/issues/743
|
||||
#CP usr/share/skel /usr/share/skel
|
||||
|
||||
SERVICE sshd start
|
||||
2
roles/pub/templates/resolv.conf.j2
Normal file
2
roles/pub/templates/resolv.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
nameserver {{ primaryip.stdout }}
|
||||
options edns0
|
||||
Reference in New Issue
Block a user