bump to version 0.99.18
This commit is contained in:
22
conf/includes/e3s.conf.sh
Normal file
22
conf/includes/e3s.conf.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
# Domaine geoffray-levasseur.org
|
||||
export REALM="e-3s.lan"
|
||||
|
||||
# Proxy apt-cacher-ng
|
||||
#export PROXY_APT="balut.$REALM"
|
||||
#export PROXY_APT_PORT="3142"
|
||||
|
||||
# Available languanges and system language
|
||||
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
|
||||
export SYSLOCALE="fr_FR.UTF-8"
|
||||
|
||||
# Default Shell, for new users
|
||||
export DEFAULT_SHELL="/bin/bash"
|
||||
|
||||
# User created by installer, unneeded
|
||||
export REMOVE_USERS="geoffray"
|
||||
|
||||
# NTP server list
|
||||
export NTP_SERVERS="cloud.e-3s.lan"
|
||||
|
||||
# SSH
|
||||
export SSHD_PERMITROOT_RANGE="192.168.111.0/24"
|
||||
@@ -37,7 +37,7 @@ export MK_URL="https://nagios.geoffray-levasseur.org/check_mk/check_mk/agents/ch
|
||||
export MK_SERVER_IP="192.168.1.201"
|
||||
|
||||
# Samba
|
||||
export SMBSRV="silay"
|
||||
export SMBSRV="silay.$REALM"
|
||||
|
||||
# Syslog
|
||||
export SYSLOG_SRV="biliran.$REALM"
|
||||
|
||||
@@ -15,8 +15,12 @@ export SYSLOCALE="fr_FR.UTF-8"
|
||||
export DEFAULT_SHELL="/bin/bash"
|
||||
|
||||
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
|
||||
export CALCTYPE="zfs"
|
||||
export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
||||
# se conformer à la réécriture en cours
|
||||
#export CALCTYPE="zfs"
|
||||
#export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
||||
|
||||
# SSH
|
||||
export SSHD_PERMITROOT_RANGE="10.3.0.0/16"
|
||||
|
||||
# Liste des serveurs NTP
|
||||
export NTP_SERVERS="ntp1.$REALM ntp2.$REALM"
|
||||
|
||||
19
conf/includes/tetalab.conf.sh
Normal file
19
conf/includes/tetalab.conf.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user