[update] no need to keep hosts synchronized! use create infrastructure playbook to be synchronized
This commit is contained in:
parent
3d59e7c9a9
commit
489cc5c6a7
62
hosts
62
hosts
@ -1,63 +1 @@
|
||||
#---- 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 ----
|
||||
#---- start consolemongi inventory ----
|
||||
[mongi_console_web]
|
||||
stg-mongi-bilweb-00 ansible_host=172.55.3.15 ansible_user=ubuntu
|
||||
stg-mongi-bilweb-01 ansible_host=172.55.0.184 ansible_user=ubuntu
|
||||
|
||||
[mongi_console_database]
|
||||
stg-mongi-billdb-00 ansible_host=172.55.0.174 ansible_user=ubuntu
|
||||
stg-mongi-billdb-01 ansible_host=172.55.1.19 ansible_user=ubuntu
|
||||
stg-mongi-billdb-02 ansible_host=172.55.0.16 ansible_user=ubuntu
|
||||
|
||||
[consolemongi_bastion]
|
||||
stg-mongi-bilbas-00 ansible_host=172.55.0.223 ansible_user=ubuntu
|
||||
|
||||
[consolemongi:children]
|
||||
consolemongi_bastion
|
||||
mongi_console_database
|
||||
mongi_console_web
|
||||
#---- end consolemongi inventory ----
|
||||
#---- start ceph inventory ----
|
||||
[mons]
|
||||
stg-cephmon-00 ansible_host=172.39.15.242 ansible_user=ubuntu
|
||||
stg-cephmon-01 ansible_host=172.39.15.247 ansible_user=ubuntu
|
||||
stg-cephmon-02 ansible_host=172.39.15.151 ansible_user=ubuntu
|
||||
|
||||
[osds]
|
||||
stg-cephosd-00 ansible_host=172.39.15.62 ansible_user=ubuntu
|
||||
stg-cephosd-01 ansible_host=172.39.15.154 ansible_user=ubuntu
|
||||
stg-cephosd-02 ansible_host=172.39.15.57 ansible_user=ubuntu
|
||||
|
||||
[ceph_bastion]
|
||||
stg-ceph-bastion-00 ansible_host=172.39.15.234 ansible_user=ubuntu
|
||||
|
||||
[ceph:children]
|
||||
ceph_bastion
|
||||
osds
|
||||
mons
|
||||
#---- end ceph inventory ----
|
||||
|
Loading…
Reference in New Issue
Block a user