Compare commits

..

2 Commits

Author SHA1 Message Date
1873ac840b s-webcom dans infra 2023-06-06 13:25:16 +02:00
ac1b14410a s-webcom dmz 2023-06-06 12:07:08 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -9,6 +9,6 @@ define host{
host_name s-webcom
alias debian-servers, http-servers
address 172.16.0.12
parents r-int
parents r-ext
}

View File

@ -2,7 +2,7 @@ define hostgroup {
hostgroup_name debian-servers ; The name of the hostgroup
alias Linux Servers ; Long name of the group
members s-infra, s-proxy, s-adm, s-nxc, s-appli, s-backup, s-itil, s-fog, r-int, r-ext, s-webcom ; Comma separated list of hosts that belong to this group
members s-infra, s-proxy, s-adm, s-nxc, s-appli, s-backup, s-itil, s-fog, r-int, r-ext ; Comma separated list of hosts that belong to this group
}
define hostgroup {

View File

@ -1,6 +1,6 @@
#!/bin/bash
mkvmrelease="v1.2.2"
mkvmrelease="v1.2.3"
ovarelease="2023b"
ovafogrelease="2023b"

View File

@ -3,7 +3,7 @@
#mkvm pour toutes les vms
$mkvmrelease="v1.2.2"
$mkvmrelease="v1.2.3"
$ovarelease="2023b"
$ovafogrelease="2023b"
$ovafile="$HOME\Downloads\debian-bullseye-gsb-${ovarelease}.ova"