diff --git a/conf/apo.conf.sh b/conf/apo.conf.sh new file mode 100644 index 0000000..cb8cb88 --- /dev/null +++ b/conf/apo.conf.sh @@ -0,0 +1,74 @@ +# 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 +REMOVE_USERS=fatal + +# Network +IPV4_IFACES="eth0 eth1 eth2" + +NET4_MODE_eth0="static" +NET4_IP_eth0="192.168.1.221/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.1.221/24" + +NET4_MODE_eth2="static" +NET4_IP_eth2="10.0.254.221/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::dd/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::dd/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 iptables fail2ban curl" + +# ------------------------------------------------------------------------------ +# -------------------------- 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" diff --git a/conf/arayat.conf.sh b/conf/arayat.conf.sh new file mode 100644 index 0000000..5285032 --- /dev/null +++ b/conf/arayat.conf.sh @@ -0,0 +1,75 @@ +# 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.220/24" +NET4_GW_eth0="192.168.1.230" +NET4_NS_eth0="192.168.1.205 192.168.1.206" +NET4_NS_SEARCH_eth0=$REALM + +NET4_MODE_eth1="static" +NET4_IP_eth1="192.168.1.220/24" + +NET4_MODE_eth2="static" +NET4_IP_eth2="10.0.254.220/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::dc/64" +NET6_GW_eth0="2a03:7220:8081:b301::e6" +NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce" +NET6_NS_SEARCH_eth0=$REALM + +NET6_MODE_eth1="static" +NET6_IP_eth1="2a03:7220:8081:b34a::dc/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 iptables fail2ban curl" + +# ------------------------------------------------------------------------------ +# -------------------------- 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" diff --git a/conf/cagua.conf.sh b/conf/cagua.conf.sh new file mode 100644 index 0000000..61a8f9c --- /dev/null +++ b/conf/cagua.conf.sh @@ -0,0 +1,75 @@ +# 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" diff --git a/conf/didicas.conf.sh b/conf/didicas.conf.sh new file mode 100644 index 0000000..85dcbee --- /dev/null +++ b/conf/didicas.conf.sh @@ -0,0 +1,75 @@ +# 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.205/24" +NET4_GW_eth0="192.168.1.230" +NET4_NS_eth0="192.168.1.205 192.168.1.206" +NET4_NS_SEARCH_eth0=$REALM + +NET4_MODE_eth1="static" +NET4_IP_eth1="192.168.74.205/24" + +NET4_MODE_eth2="static" +NET4_IP_eth2="10.0.254.205/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::cd/64" +NET6_GW_eth0="2a03:7220:8081:b301::e6" +NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce" +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" diff --git a/conf/init.conf.sh b/conf/init.conf.sh index a56aa9c..fd31cf0 100644 --- a/conf/init.conf.sh +++ b/conf/init.conf.sh @@ -68,29 +68,14 @@ FORCEBLANK=false # ------------------------------------------------------------------------------ # ------------------------------ Section réseau -------------------------------- # ------------------------------------------------------------------------------ -IPV4_IFACES="eth0 eth1 eth2" +IPV4_IFACES="eth0" NET4_MODE_eth0="static" -NET4_IP_eth0="192.168.1.221/24" -NET4_GW_eth0="192.168.1.231" -NET4_NS_eth0="192.168.1.206 192.168.1.205" +NET4_IP_eth0="10.1.1.100/16" +NET4_GW_eth0="10.1.9.254" +NET4_NS_eth0="10.1.9.1 10.1.9.2" NET4_NS_SEARCH_eth0=$REALM -NET4_MODE_eth1="static" -NET4_IP_eth1="192.168.1.221/24" - -NET4_MODE_eth2="static" -NET4_IP_eth2="10.0.254.221/16" - -NET6_MODE_eth0="static" -NET6_IP_eth0="2a03:7220:8081:b401::dd/64" -NET6_GW_eth0="2a03:7220:8081:b401::e7" -NET6_NS_eth0="2a03:7220:8081:b401::ce 2a03:7220:8081:b301::cd" -NET6_NS_SEARCH_eth0=$REALM - -NET6_MODE_eth1="static" -NET6_IP_eth1="2a03:7220:8081:b34a::dd/64" - # ------------------------------------------------------------------------------ # ------------------------- Section machine virtuelle -------------------------- # ------------------------------------------------------------------------------ diff --git a/conf/labo.conf.sh b/conf/labo.conf.sh new file mode 100644 index 0000000..90aa56a --- /dev/null +++ b/conf/labo.conf.sh @@ -0,0 +1,69 @@ +# 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="fatal" + +# Network +IPV4_IFACES="eth0 eth1 eth2" + +NET4_MODE_eth0="static" +NET4_IP_eth0="192.168.1.207/24" +NET4_GW_eth0="192.168.1.230" +NET4_NS_eth0="192.168.1.205 192.168.1.206" +NET4_NS_SEARCH_eth0=$REALM + +NET4_MODE_eth1="static" +NET4_IP_eth1="10.0.254.207/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::cf/64" +NET6_GW_eth0="2a03:7220:8081:b301::e6" +NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce" +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 nsd" + +# ------------------------------------------------------------------------------ +# -------------------------- 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" diff --git a/conf/latukan.conf.sh b/conf/latukan.conf.sh new file mode 100644 index 0000000..f29d8f7 --- /dev/null +++ b/conf/latukan.conf.sh @@ -0,0 +1,70 @@ +# 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="ens18 ens19" + +NET4_MODE_eth0="static" +NET4_IP_eth0="192.168.1.235/24" +NET4_GW_eth0="192.168.1.230" +NET4_NS_eth0="192.168.1.205 192.168.1.206" +NET4_NS_SEARCH_eth0=$REALM + +NET4_MODE_eth1="static" +NET4_IP_eth1="10.0.254.235/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::eb/64" +NET6_GW_eth0="2a03:7220:8081:b301::e7" +NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce" +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 iptables fail2ban curl" + +# ------------------------------------------------------------------------------ +# -------------------------- 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" diff --git a/conf/mariveles.conf.sh b/conf/mariveles.conf.sh new file mode 100644 index 0000000..bff8106 --- /dev/null +++ b/conf/mariveles.conf.sh @@ -0,0 +1,69 @@ +# 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" + +NET4_MODE_eth0="static" +NET4_IP_eth0="192.168.1./24" +NET4_GW_eth0="192.168.1.230" +NET4_NS_eth0="192.168.1.205 192.168.1.206" +NET4_NS_SEARCH_eth0=$REALM + +NET4_MODE_eth1="static" +NET4_IP_eth1="10.0.254./16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::/64" +NET6_GW_eth0="2a03:7220:8081:b301::e6" +NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce" +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 iptables fail2ban curl" + +# ------------------------------------------------------------------------------ +# -------------------------- 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" diff --git a/conf/natib.conf.sh b/conf/natib.conf.sh new file mode 100644 index 0000000..6dc4dc0 --- /dev/null +++ b/conf/natib.conf.sh @@ -0,0 +1,69 @@ +# 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="fatal" + +# Network +IPV4_IFACES="eth0 eth1" + +NET4_MODE_eth0="static" +NET4_IP_eth0="192.168.1.208/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="10.0.254.208/16" + +NET6_MODE_eth0="static" +NET6_IP_eth0="2a03:7220:8081:b301::d0/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 + +# 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 nsd" + +# ------------------------------------------------------------------------------ +# -------------------------- 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"