# Fichier de configuration principal # ------------------------------------------------------------------------------ # -------------------- Importation de paramêtres globaux ----------------------- # ------------------------------------------------------------------------------ # Importe les paramètres geoffray-levasseur.org . $MYPATH/conf/includes/gl.conf.sh # Importe la sélection de paquets par défaut . $MYPATH/conf/includes/pkgsel.base.conf.sh # Les paramètres précédemment importés sont surchargeable après cette ligne # ------------------------------------------------------------------------------ # ------------------------------ General Section ------------------------------- # ------------------------------------------------------------------------------ # User of the machine (must exists) MAINUSER=root # Interface réseau principale MAINIF=eth0 # Pilotes X11 non libre à installer ? #X11_DRV="virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11" # Authentication: use LDAP+Kerberos ? WITH_LDAP_KERB=no # Users to create, add or remove #LOCAL_USERS="$MAINUSER" #REMOTE_USERS="kroot" REMOVE_USERS= # Network IPV4_IFACES="eth0 eth1 eth2" NET4_MODE_eth0="static" NET4_IP_eth0="192.168.1.206/24" NET4_GW_eth0="192.168.1.231" NET4_NS_eth0="192.168.1.206 192.168.1.205" NET4_NS_SEARCH_eth0=$REALM NET4_MODE_eth1="static" NET4_IP_eth1="192.168.74.206/24" NET4_MODE_eth2="static" NET4_IP_eth2="10.0.254.206/16" NET6_MODE_eth0="static" NET6_IP_eth0="2a03:7220:8081:b301::ce/64" NET6_GW_eth0="2a03:7220:8081:b301::e7" NET6_NS_eth0="2a03:7220:8081:b301::ce 2a03:7220:8081:b301::cd" NET6_NS_SEARCH_eth0=$REALM NET6_MODE_eth1="static" NET6_IP_eth1="2a03:7220:8081:b34a::ce/64" # Mode d'installation : # * dev : installe les paquets un par un avec apt (lent) # * full : envoie d'un seul coup la liste de tous les paquets à apt (rapide) INTALL_MODE=full # Paquets additionnels PKGSEL="$PKGSEL unbound" # ------------------------------------------------------------------------------ # -------------------------- Section modules d'init ---------------------------- # ------------------------------------------------------------------------------ # Liste des modules à executer (surchargeable en ligne de commande) MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \ conf_mail install_pkg install_profile patch_snmp install_mkagent \ conf_syslog conf_network"