lab-ansible/inventory.ini
2023-11-07 22:15:20 +01:00

56 lines
941 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
[monitoring_shrd]
sapt-labr-mon01 ansible_host=192.168.17.20
[vmhost_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
[virtualservers:children]
production
staging
shared
[infrastructure:children]
vmhost_infra
control_infra