This commit is contained in:
Philippe Caseiro 2021-03-22 19:55:09 +01:00
parent 9512b99079
commit 386f7ed0bd
1 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
one_endpoint = "https://hapy-ber.ber.asso.fr/RPC2"
one_endpoint = "https://myhapy.fabrica.local/RPC2"
one_user = "terra"
one_pass = "198fdd93f0772814b97d25833662b165ee74a83158bcba0d7f8172de6a26e79c"
one_pass = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
one_vswitch = "vswitch"
one_prod_ds = "101"
image_builder_ip = "192.168.1.108"
dns_server = "192.168.5.53"
dns_domain = "fabrica.local."
cluster_id = 0
dns_domain = "ber.asso.fr."
dns_key_name = "terra.cadoles.com."
dns_key_secret = "iBmRl+hYOR1k455+jy9Cfbwu5W/vawqTezllDoOKyts="
dns_key_name = "terraform.key."
dns_key_secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
dns_zones = [
{
@ -44,7 +44,7 @@ virtual_networks = {
},
dns = "192.168.5.53",
gateway = "192.168.1.1",
clusters = [ "1" ]
clusters = [ "0" ]
},
office = {
vlan_id = "10",
@ -55,6 +55,6 @@ virtual_networks = {
},
dns = "192.168.5.53",
gateway = "192.168.10.254",
clusters = [ "1" ]
clusters = [ "0" ]
}
}