27 lines
714 B
Plaintext
27 lines
714 B
Plaintext
#---- start console inventory ----
|
|
[console_web]
|
|
stg-bilweb-00 ansible_host=172.53.3.53 ansible_user=ubuntu
|
|
stg-bilweb-01 ansible_host=172.53.1.161 ansible_user=ubuntu
|
|
|
|
[console_database]
|
|
stg-billdb-00 ansible_host=172.53.3.141 ansible_user=ubuntu
|
|
stg-billdb-01 ansible_host=172.53.3.232 ansible_user=ubuntu
|
|
stg-billdb-02 ansible_host=172.53.3.78 ansible_user=ubuntu
|
|
|
|
[console_bastion]
|
|
stg-bilbas-00 ansible_host=172.53.3.126 ansible_user=ubuntu
|
|
|
|
[nexus]
|
|
stg-bilrep-00 ansible_host=172.53.0.130 ansible_user=ubuntu
|
|
|
|
[container_biuld]
|
|
stg-conbld-00 ansible_host=172.53.0.185 ansible_user=ubuntu
|
|
|
|
[console:children]
|
|
container_biuld
|
|
nexus
|
|
console_bastion
|
|
console_database
|
|
console_web
|
|
#---- end console inventory ----
|