ezjail/ezjail.conf.sample

72 lines
2.6 KiB
Plaintext
Raw Normal View History

2005-10-14 16:22:05 +00:00
# ezjail.conf - Example file, see ezjail.conf(5)
2005-09-03 15:42:28 +00:00
#
# Note: If you alter some of those variables AFTER creating your first
2005-10-14 16:22:05 +00:00
# jail, you may have to adapt /etc/fstab.* and EZJAIL_PREFIX/etc/ezjail/* by
2005-09-03 15:42:28 +00:00
# hand
# Location of jail root directories
#
# Note: If you have spread your jails to multiple locations, use softlinks
2005-09-03 15:42:28 +00:00
# to collect them in this directory
# ezjail_jaildir=/usr/jails
2005-09-03 15:42:28 +00:00
# Location of the tiny skeleton jail template
2006-04-10 13:27:15 +00:00
# ezjail_jailtemplate=${ezjail_jaildir}/newjail
2005-09-03 15:42:28 +00:00
# Location of the huge base jail
2006-04-10 13:27:15 +00:00
# ezjail_jailbase=${ezjail_jaildir}/basejail
2005-09-03 15:42:28 +00:00
# Location of your copy of FreeBSD's source tree
# ezjail_sourcetree=/usr/src
# This is where the install sub command defaults to fetch its packages from
# ezjail_ftphost=ftp.freebsd.org
# This is the command that is being executed by the console subcommand
# ezjail_default_execute="/usr/bin/login -f root"
# This is the flavour used by default when setting up a new jail
# ezjail_default_flavour=""
# This is the default location where ezjail archives its jails to
# ezjail_archivedir="${ezjail_jaildir}/ezjail_archives"
2006-04-10 13:27:15 +00:00
# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl
# to accomodate all scripts using '#!/usr/bin/perl'...
# ezjail_uglyperlhack="YES"
2005-09-03 15:42:28 +00:00
# Default options for newly created jails
#
# Note: Be VERY careful about disabling ezjail_mount_enable. Mounting
2005-09-03 15:42:28 +00:00
# basejail via nullfs depends on this. You will have to find other
# ways to provide your jail with essential system files
# ezjail_mount_enable="YES"
# ezjail_devfs_enable="YES"
# ezjail_devfs_ruleset="devfsrules_jail"
# ezjail_procfs_enable="YES"
# ezjail_fdescfs_enable="YES"
# ZFS options
# Setting this to YES will start to manage the basejail and newjail in ZFS
# ezjail_use_zfs="YES"
# Setting this to YES will manage ALL new jails in their own zfs
# ezjail_use_zfs_for_jails="YES"
# The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir
# ezjail_jailzfs="tank/ezjail"
# ADVANCED, be very careful!
# ezjail_zfs_properties="-o compression=lzjb -o atime=off"
# ezjail_zfs_jail_properties="-o dedup=on"
# For auto snapshots this is the default policy to keep old snapshots. In each window there
# will be guaranteed to be one or two snapshots only
# If this variable is not set, no snapshots will be removed by ezjail-admin snapshot
# Example policy for a database jail with rollbackable snapshots starting with four snapshots
# in the last hour and up to an annual snapshot for 1000 years. Beware of the load caused by
# destroying snapshots.
# ezjail_default_retention_policy="4x15m 3x1h 2x2h 4h 12h 6x1d 7x1w 11x4w 1000x1y"