62 lines
1,016 B
INI
62 lines
1,016 B
INI
[app_prod]
|
|
sapt-labp-app01 ansible_host=192.168.17.30
|
|
sapt-labp-app02 ansible_host=192.168.17.31
|
|
|
|
[db_prod]
|
|
sapt-labp-db01 ansible_host=192.168.17.40
|
|
|
|
[app_stage]
|
|
sapt-labs-app01 ansible_host=192.168.17.50
|
|
sapt-labs-app02 ansible_host=192.168.17.51
|
|
|
|
[db_stage]
|
|
sapt-labs-db01 ansible_host=192.168.17.60
|
|
|
|
[proxy_shrd]
|
|
sapt-labr-prx01 ansible_host=192.168.17.10
|
|
sapt-labr-prx02 ansible_host=192.168.17.11
|
|
|
|
[monitor_shrd]
|
|
sapt-labr-mon01 ansible_host=192.168.17.20
|
|
|
|
[proxmox_infra]
|
|
sapt-labx-pve01 ansible_host=192.168.17.3
|
|
|
|
[control_infra]
|
|
sapt-labx-ctl01 ansible_host=192.168.17.8
|
|
|
|
[production:children]
|
|
app_prod
|
|
db_prod
|
|
|
|
[staging:children]
|
|
app_stage
|
|
db_stage
|
|
|
|
[shared:children]
|
|
proxy_shrd
|
|
monitoring_shrd
|
|
|
|
[appservers:children]
|
|
app_prod
|
|
app_stage
|
|
|
|
[dbservers:children]
|
|
db_prod
|
|
db_stage
|
|
|
|
[proxyservers:children]
|
|
proxy_shrd
|
|
|
|
[monitorservers:children]
|
|
monitor_shrd
|
|
|
|
[virtualservers:children]
|
|
production
|
|
staging
|
|
shared
|
|
|
|
[infrastructure:children]
|
|
proxmox_infra
|
|
control_infra
|