ansible_env_khalil/infra/consolemongi.json

97 lines
2.6 KiB
JSON

{
"application_name": "consolemongi",
"INTERNET_Network_ID": "e8d04c1f-0b49-4e87-a1f3-bea618782c90",
"network": [{
"name": "mongi_console",
"bastion_access": "yes",
"subnet": {
"name":"mongi_console_subnet",
"ip_version": 4,
"cidr": "172.55.0.0/16",
"dns_servers": ["8.8.8.8"],
"linked_router": [{"router_name": "mongi_router"}]
},
"port": [{
"name": "vip_console_mongi",
"fip_pool": "INTERNET"
}]
}],
"router": [{
"router_name": "mongi_router",
"router_external_gateway": "e8d04c1f-0b49-4e87-a1f3-bea618782c90",
"linked_subnets": [{
"router_interface_name": "mongi_console_interface",
"subnet_name": "mongi_console_subnet"}]
}],
"security_group": [
],
"instance": [{
"name": "stg-mongi-bilweb-00",
"az": "FR_Roubaix",
"flavor": "Atto.L",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "mongi_console_web",
"network": [{"name": "mongi_console"}]
},
{
"name": "stg-mongi-bilweb-01",
"az": "FR_Roubaix",
"flavor": "Atto.L",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "mongi_console_web",
"network": [{"name": "mongi_console"}]
},
{
"name": "stg-mongi-billdb-00",
"az": "FR_Roubaix",
"flavor": "Femto.L",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "mongi_console_database",
"network": [{"name": "mongi_console"}]
},
{
"name": "stg-mongi-billdb-01",
"az": "FR_Roubaix",
"flavor": "Femto.L",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "mongi_console_database",
"network": [{"name": "mongi_console"}]
},
{
"name": "stg-mongi-billdb-02",
"az": "FR_Roubaix",
"flavor": "Femto.L",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "mongi_console_database",
"network": [{"name": "mongi_console"}]
},
{
"name": "stg-mongi-bilbas-00",
"az": "FR_Roubaix",
"flavor": "Atto.S",
"image": "Ubuntu 20.04 LTS - Focal",
"keypair": "dell XPS",
"security_group": ["secgroup_console"],
"inventory_group": "consolemongi_bastion",
"network": [{"name": "mongi_console"}],
"fip": [{
"floatingip": "fip_console",
"pool": "INTERNET",
"bastion_access": "yes"
}]
}
],
"volume": [
]
}