fixes:
- finally fixed pf.conf - got Bastillefile working (sshd_config missing yet) - re-activated network role to set net variables - fixed make [all] - use hetzner volume for jail home - use ramdisk for /tmp inside jail
This commit is contained in:
14
roles/pubnix/templates/Bastillefile.j2
Normal file
14
roles/pubnix/templates/Bastillefile.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
PKG {{ jails.pubnix.pkgs | join(' ') }}
|
||||
|
||||
SYSRC sshd_enable=YES
|
||||
SYSRC sendmail_enable=NONE
|
||||
SYSRC tmpsize="500m"
|
||||
SYSRC tmpmfs="AUTO"
|
||||
SYSRC clear_tmp_enable="YES"
|
||||
|
||||
CMD rm /home
|
||||
CMD mkdir -p /home
|
||||
|
||||
FSTAB /home home nullfs rw 0 0
|
||||
|
||||
SERVICE sshd start
|
||||
Reference in New Issue
Block a user