20 lines
415 B
Bash
20 lines
415 B
Bash
# Genral use variables
|
|
# Domaine Mixart Myrys
|
|
export REALM="tetalab.local"
|
|
|
|
# Conf_ntp variables
|
|
export NTP_SERVERS="ntp1.$REALM"
|
|
|
|
# Upgrade_dist variables
|
|
export PROXYAPT="acng.$REALM"
|
|
export PROXYAPTPORT="3142"
|
|
|
|
# Authnz variables
|
|
export DEFAULT_SHELL="/bin/bash"
|
|
|
|
# Conf_locales viriables
|
|
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
|
|
export SYSLOCALE="fr_FR.UTF-8"
|
|
|
|
export SSHD_PERMITROOT_RANGE="192.168.107.0/24"
|