From cc76af7367bcdb23338118d4f33f573e85d09ed0 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 23 Jan 2024 01:08:10 +0100 Subject: [PATCH] added new server --- conf/mixart-myrys.org/kronotsky.sh | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 conf/mixart-myrys.org/kronotsky.sh diff --git a/conf/mixart-myrys.org/kronotsky.sh b/conf/mixart-myrys.org/kronotsky.sh new file mode 100644 index 0000000..1c18889 --- /dev/null +++ b/conf/mixart-myrys.org/kronotsky.sh @@ -0,0 +1,62 @@ +# Fichier de configuration principal + +# ------------------------------------------------------------------------------ +# -------------------- Importation de paramêtres globaux ----------------------- +# ------------------------------------------------------------------------------ + +# Importe les paramètres geoffray-levasseur.org +. $MYPATH/conf/includes/mam.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 + +# Authentication: use LDAP+Kerberos ? +WITH_LDAP_KERB=no + +# Users to create, add or remove +#REMOVE_USERS=fatal + +# Network +IPV4_IFACES="eth0 eth1" + +NET4_MODE_eth0="static" +NET4_IP_eth0="10.254.1.20/24" + +NET4_MODE_eth1="static" +NET4_IP_eth1="10.0.254.20/16" +NET4_GW_eth1="10.0.254.254" +NET4_NS_eth1="10.0.254.250" +NET4_NS_SEARCH_eth1=$REALM + +#IPV6_IFACES="eth0" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8085:6b01::a/64" +NET6_GW_eth0="2a03:7220:8085:6b01::1" +NET6_NS_eth0="2a03:7220:8085:6b01::a" +NET6_NS_SEARCH_eth0=$REALM + +# 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" + +# ------------------------------------------------------------------------------ +# -------------------------- Section modules d'init ---------------------------- +# ------------------------------------------------------------------------------ + +# Liste des modules à executer (surchargeable en ligne de commande) +MODULE_LIST="conf_ntp upgrade_dist authnz conf_locale conf_ssh conf_syslog \ + install_pkg install_profile conf_network conf_nfs"