diff --git a/goss/s-webcom.yaml b/goss/s-web.yaml similarity index 100% rename from goss/s-webcom.yaml rename to goss/s-web.yaml diff --git a/pre/pull-config b/pre/pull-config index ba34dc6..9bf42c6 100644 --- a/pre/pull-config +++ b/pre/pull-config @@ -5,7 +5,7 @@ prj=gsb2023 opt="" if [ -z ${UREP+x} ]; then - UREP=https://gitea.lyc-lecastel.fr/anthony.arnoux/gsb2023.git + UREP=https://gitea.lyc-lecastel.fr/louis.depres/gsb2023.git fi dir=/root/tools/ansible diff --git a/pull-config b/pull-config index 478bf92..8246566 100644 --- a/pull-config +++ b/pull-config @@ -1,7 +1,7 @@ #!/bin/bash if [ -z ${UREP+x} ]; then - UREP=https://gitea.lyc-lecastel.fr/anthony.arnoux/gsb2023.git + UREP=https://gitea.lyc-lecastel.fr/louis.depres/gsb2023.git fi dir=/root/tools/ansible diff --git a/roles/post/files/interfaces.s-web b/roles/post/files/interfaces.s-web index 9c82c9a..9a5812f 100644 --- a/roles/post/files/interfaces.s-web +++ b/roles/post/files/interfaces.s-web @@ -1,20 +1,21 @@ -# This file describes the network interfaces available on your system +#This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback - - -# cote N-dmz +# cote N-adm allow-hotplug enp0s3 iface enp0s3 inet static - address 192.168.100.11 + address 192.168.99.12 netmask 255.255.255.0 + gateway 192.168.99.99 -# cote N-adm + +# cote N-infra allow-hotplug enp0s8 iface enp0s8 inet static - address 192.168.99.14 + address 172.16.0.12 netmask 255.255.255.0 + post-up route add -net 172.16.64.0/24 gw 172.16.0.254 \ No newline at end of file diff --git a/roles/post/files/interfaces.s-webcom b/roles/post/files/interfaces.s-web4 similarity index 58% rename from roles/post/files/interfaces.s-webcom rename to roles/post/files/interfaces.s-web4 index 9a5812f..9c82c9a 100644 --- a/roles/post/files/interfaces.s-webcom +++ b/roles/post/files/interfaces.s-web4 @@ -1,21 +1,20 @@ -#This file describes the network interfaces available on your system +# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback -# cote N-adm + + +# cote N-dmz allow-hotplug enp0s3 iface enp0s3 inet static - address 192.168.99.12 + address 192.168.100.11 netmask 255.255.255.0 - gateway 192.168.99.99 - -# cote N-infra +# cote N-adm allow-hotplug enp0s8 iface enp0s8 inet static - address 172.16.0.12 + address 192.168.99.14 netmask 255.255.255.0 - post-up route add -net 172.16.64.0/24 gw 172.16.0.254 \ No newline at end of file diff --git a/s-webcom.yml b/s-web.yml similarity index 100% rename from s-webcom.yml rename to s-web.yml diff --git a/scripts/mkvm.ps1 b/scripts/mkvm.ps1 index 2a87b2d..f68f596 100644 --- a/scripts/mkvm.ps1 +++ b/scripts/mkvm.ps1 @@ -43,7 +43,7 @@ function create_if{ param([string]$nomvm, [string]$nic, [int]$rang, [string]$res } function usage{ - Write-Host "usage : mkvm ${myInvocation.ScriptName} " + Write-Host "usage : mkvm ${myInvocation.ScriptName} " } if ($args[0] -eq "s-adm") { @@ -80,7 +80,7 @@ elseif (((((((($args[0] -eq "s-elk") ` -or ($args[0] -eq "s-appli") ` -or ($args[0] -eq "s-infra") ` -or ($args[0] -eq "s-proxy") ` --or ($args[0] -eq "s-webcom") ` +-or ($args[0] -eq "s-web") ` -or ($args[0] -eq "s-itil") ` -or ($args[0] -eq "s-nxc") ` ))))))) {