2019-10-30 11:46:50 -04:00
|
|
|
bastille_prefix="/usr/local/bastille"
|
2020-05-08 00:19:32 -04:00
|
|
|
bastille_backupsdir="${bastille_prefix}/backups"
|
2025-05-07 22:00:36 -06:00
|
|
|
bastille_migratedir="${bastille_prefix}/migrate"
|
2019-10-30 11:46:50 -04:00
|
|
|
bastille_cachedir="${bastille_prefix}/cache"
|
|
|
|
|
bastille_jailsdir="${bastille_prefix}/jails"
|
|
|
|
|
bastille_releasesdir="${bastille_prefix}/releases"
|
|
|
|
|
bastille_templatesdir="${bastille_prefix}/templates"
|
2023-05-01 11:36:30 -04:00
|
|
|
bastille_logsdir="${bastille_prefix}/logs"
|
2024-09-06 03:53:11 -04:00
|
|
|
bastille_pf_conf="${bastille_prefix}/pf.conf"
|
2019-10-30 11:46:50 -04:00
|
|
|
bastille_sharedir="/usr/local/share/bastille"
|
|
|
|
|
bastille_bootstrap_archives="base"
|
|
|
|
|
bastille_tzdata="etc/UTC"
|
|
|
|
|
bastille_resolv_conf="/etc/resolv.conf"
|
2020-02-09 09:45:16 -04:00
|
|
|
bastille_url_freebsd="http://ftp.freebsd.org/pub/FreeBSD/releases/"
|
2023-05-01 11:36:30 -04:00
|
|
|
bastille_url_hardenedbsd="https://installers.hardenedbsd.org/pub/"
|
|
|
|
|
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
2023-09-07 08:57:15 -04:00
|
|
|
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
2019-10-30 11:46:50 -04:00
|
|
|
bastille_zfs_enable=""
|
|
|
|
|
bastille_zfs_zpool=""
|
|
|
|
|
bastille_zfs_prefix="bastille"
|
|
|
|
|
bastille_zfs_options="-o compress=lz4 -o atime=off"
|
2020-02-09 09:45:16 -04:00
|
|
|
bastille_compress_xz_options="-0 -v"
|
|
|
|
|
bastille_decompress_xz_options="-c -d -v"
|
2021-07-09 03:57:48 -04:00
|
|
|
bastille_compress_gz_options="-1 -v"
|
|
|
|
|
bastille_decompress_gz_options="-k -d -c -v"
|
2025-05-07 22:00:36 -06:00
|
|
|
bastille_network_vnet_type="if_bridge"
|
2020-04-13 18:14:53 -04:00
|
|
|
bastille_network_loopback=""
|
2023-05-01 11:36:30 -04:00
|
|
|
bastille_network_pf_ext_if="ext_if"
|
|
|
|
|
bastille_network_pf_table="jails"
|
2020-04-13 18:14:53 -04:00
|
|
|
bastille_network_shared=""
|
|
|
|
|
bastille_network_gateway=""
|
2023-05-01 11:36:30 -04:00
|
|
|
bastille_network_gateway6=""
|
2021-01-04 16:08:12 -04:00
|
|
|
bastille_template_base="default/base"
|
2021-01-20 08:10:18 -04:00
|
|
|
bastille_template_empty=""
|
2021-01-04 16:08:12 -04:00
|
|
|
bastille_template_thick="default/thick"
|
2022-07-14 19:01:47 -04:00
|
|
|
bastille_template_clone="default/clone"
|
2021-01-04 16:08:12 -04:00
|
|
|
bastille_template_thin="default/thin"
|
|
|
|
|
bastille_template_vnet="default/vnet"
|
2025-05-07 22:00:36 -06:00
|
|
|
bastille_template_vlan="default/vlan"
|