Files
bastille/usr/local/etc/bastille/bastille.conf.sample
T

44 lines
2.5 KiB
Plaintext
Raw Normal View History

2019-06-22 09:55:28 -06:00
#####################
2018-11-07 10:36:54 -07:00
## [ BastilleBSD ] ##
#####################
## default paths
2020-01-28 18:57:51 -04:00
bastille_prefix=/usr/local/bastille ## default: "/usr/local/bastille"
bastille_backupsdir=${bastille_prefix}/backups ## default: ${bastille_prefix}/backups
bastille_cachedir=${bastille_prefix}/cache ## default: ${bastille_prefix}/cache
bastille_jailsdir=${bastille_prefix}/jails ## default: ${bastille_prefix}/jails
bastille_logsdir=${bastille_prefix}/logs ## default: ${bastille_prefix}/logs
bastille_releasesdir=${bastille_prefix}/releases ## default: ${bastille_prefix}/releases
bastille_templatesdir=${bastille_prefix}/templates ## default: ${bastille_prefix}/templates
2019-06-22 09:55:28 -06:00
## bastille scripts directory (assumed by bastille pkg)
2020-01-28 18:57:51 -04:00
bastille_sharedir=/usr/local/share/bastille ## default: "/usr/local/share/bastille"
2019-06-22 09:55:28 -06:00
## bootstrap archives (base, lib32, ports, src, test)
2020-01-28 18:57:51 -04:00
bastille_bootstrap_archives="base" ## default: "base"
2019-06-22 09:55:28 -06:00
## default timezone
2020-04-14 11:38:47 +02:00
bastille_tzdata="Etc/UTC" ## default: "Etc/UTC"
2019-06-22 09:55:28 -06:00
## default jail resolv.conf
2020-01-28 18:57:51 -04:00
bastille_resolv_conf="/etc/resolv.conf" ## default: "/etc/resolv.conf"
## bootstrap urls
bastille_url_freebsd="http://ftp.freebsd.org/pub/FreeBSD/releases/" ## default: "http://ftp.freebsd.org/pub/FreeBSD/releases/"
bastille_url_hardenedbsd="http://installer.hardenedbsd.org/pub/hardenedbsd/" ## default: "https://installer.hardenedbsd.org/pub/HardenedBSD/releases/"
2019-06-22 09:55:28 -06:00
## ZFS options
2020-01-28 18:57:51 -04:00
bastille_zfs_enable="" ## default: ""
bastille_zfs_zpool="" ## default: ""
bastille_zfs_prefix="bastille" ## default: "${bastille_zfs_zpool}/bastille"
bastille_zfs_options="-o compress=lz4 -o atime=off" ## default: "-o compress=lz4 -o atime=off"
## Export/Import options
2020-01-28 18:57:51 -04:00
bastille_compress_xz_options="-0 -v" ## default "-0 -v"
bastille_decompress_xz_options="-c -d -v" ## default "-c -d -v"
## Networking
bastille_network_loopback="bastille0" ## default: "bastille0"
bastille_network_shared="" ## default: ""
bastille_network_gateway="" ## default: ""