added configuration for legos bac-à-sable, improved documentation

This commit is contained in:
levasseur
2021-09-21 17:21:26 +02:00
parent e898eea7f7
commit 1e6f92c25d
6 changed files with 127 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
# Domaine LEGOS
export MAINDOM="legos.obs-mip.fr"
# Proxy LEGOS
#export PROXYAPT="acng.$MAINDOM"
#export PROXYAPTPORT="3142"
export PROXYSRV="proxy.$MAINDOM"
export PROXYSRVPORT="3128"
# Langues supportés et langue du systême
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
export SYSLOCALE="fr_FR.UTF-8"
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
#export CALCTYPE="zfs"
#export CALCMOUNTPOINT="/calcul/$HOSTNAME"
# Liste des serveurs NTP
export NTPSERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"