forked from gadmin/gsb2023
Compare commits
5 Commits
V0.0.7w-aa
...
v0.0.7z-aa
Author | SHA1 | Date | |
---|---|---|---|
1873ac840b | |||
ac1b14410a | |||
|
261c2d5fdd | ||
|
4ef9572db1 | ||
908e8431a9 |
@@ -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
|
||||
}
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -15,6 +15,7 @@ allow-hotplug enp0s8
|
||||
iface enp0s8 inet static
|
||||
address 192.168.1.2
|
||||
netmask 255.255.255.0
|
||||
post-up route add default gw 192.168.1.1
|
||||
|
||||
# accés par pont et entre vpn
|
||||
allow-hotplug enp0s9
|
||||
|
@@ -11,4 +11,4 @@ iface enp0s3 inet dhcp
|
||||
|
||||
allow-hotplug enp0s8
|
||||
iface enp0s8 inet dhcp
|
||||
|
||||
post-up route add default gw 172.16.128.254
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkvmrelease="v1.2.2"
|
||||
mkvmrelease="v1.2.3"
|
||||
|
||||
ovarelease="2023b"
|
||||
ovafogrelease="2023b"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user