From 7241dd0745defe456373cfb9e9c80c48269c422c Mon Sep 17 00:00:00 2001 From: korenstin <korenstin@crans.org> Date: Sun, 8 Dec 2024 13:20:29 +0100 Subject: [PATCH] Ajout de la configuration basique de eclaircie --- host_vars/chene.adm.crans.org.yml | 1 - host_vars/eclaircie.adm.crans.org.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 host_vars/eclaircie.adm.crans.org.yml diff --git a/host_vars/chene.adm.crans.org.yml b/host_vars/chene.adm.crans.org.yml index c8deaa80..7a6e61c3 100644 --- a/host_vars/chene.adm.crans.org.yml +++ b/host_vars/chene.adm.crans.org.yml @@ -1,7 +1,6 @@ --- interfaces: adm: ens18 - srv_nat: ens19 loc_unattended: reboot: true diff --git a/host_vars/eclaircie.adm.crans.org.yml b/host_vars/eclaircie.adm.crans.org.yml new file mode 100644 index 00000000..f0fc138d --- /dev/null +++ b/host_vars/eclaircie.adm.crans.org.yml @@ -0,0 +1,11 @@ +--- +interfaces: + adm: ens18 + san: ens19 + srv_nat: ens20 + +loc_unattended: + reboot: true + +loc_needrestart: + override: [] -- GitLab