36 lines
837 B
Bash
36 lines
837 B
Bash
# Genral use variables
|
|
# Domaine Mixart Myrys
|
|
export REALM="mixart-myrys.org"
|
|
|
|
# Conf_ntp variables
|
|
export NTP_SERVERS="ntp1.$REALM ntp2.$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"
|
|
|
|
# Authentification
|
|
export BASE_DC="dc=mixart-myrys,dc=org"
|
|
export KDC_SERVER="kerb.$REALM"
|
|
export KADM_SERVER="kerb.$REALM"
|
|
export LDAP_SERVER="ldap.$REALM"
|
|
export LDAP_ADM="admin"
|
|
|
|
# Check MK
|
|
export MK_VERSION="2.0.0p20-1"
|
|
export MK_URL="https://cmk.mixart-myrys.org/cmk/check_mk/agents/check-mk-agent_${MK_VERSION}_all.deb"
|
|
export MK_SERVER_IP="10.254.1.65"
|
|
|
|
# Syslog
|
|
export SYSLOG_SRV="syslog.$REALM"
|
|
|
|
# System mail
|
|
export MAIL_RELAY="smtp-out.$REALM"
|