53 lines
1.3 KiB
Bash
53 lines
1.3 KiB
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 PROXY_APT="acng.$REALM"
|
|
export PROXY_APT_PORT="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"
|
|
|
|
# Ceph share
|
|
#export CEPH_SRV_NAMES="augustine dana douglas gilbert"
|
|
#export CEPHIP_augustine="10.254.1.1"
|
|
#export CEPHIP_dana="10.254.1.2"
|
|
#export CEPHIP_douglas="10.254.1.3"
|
|
#export CEPHIP_gilbert="10.254.1.4"
|
|
#export CEPH_SECRET="AQBC1MVdUl2HIBAAPT+BP6pOImuTK/0ayYDMTw=="
|
|
#export SHARED_HOME="false"
|
|
|
|
# NFS
|
|
export NFS_MOUNTS="data"
|
|
export MOUNTSERV_data="10.254.1.1:/data"
|
|
export MOUNTPOINT_data="/data"
|
|
|
|
# SSH
|
|
export SSHD_PERMITROOT_RANGE="10.254.1.0/24"
|
|
|
|
# Check MK
|
|
export MK_VERSION="2.2.0p17-1"
|
|
export MK_URL="http://192.168.1.201/check_mk/check_mk/agents/check-mk-agent_${MK_VERSION}_all.deb"
|
|
export MK_SERVER_IP="192.168.1.201"
|
|
|
|
# Syslog
|
|
export SYSLOG_SRV="syslog.$REALM"
|
|
|
|
# System mail
|
|
export MAIL_RELAY="smtp-out.$REALM"
|