





















Bastille is an open-source system for automating deployment and management containerized applications on FreeBSD.
Rocinante makes configuration management easy on FreeBSD.
Grab the Rocinante new-setup template:
rocinante bootstrap https://github.com/cedwards/freebsd-install
Let’s take a peek at the template contents before we apply it.
INCLUDE cedwards/repo-latest
cp root /
CP usr /
PKG vim git-lite zsh htop tree doas bastille rocinante
INCLUDE cedwards/zsh-antigen
CMD rm /etc/ssh/ssh_host_*
SYSRC sshd_dsa_enable="NO"
SYSRC sshd_ecdsa_enable="NO"
SYSRC sshd_ed25519_enable="YES"
SYSRC sshd_rsa_enable="YES"
SERVICE sshd keygen
SERVICE sshd restart
CMD bastille setup
SYSRC pf_enable=YES
SERVICE pf start
rocinante template cedwards/freebsd-install
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。