diff --git a/inventory b/inventory index bb30256..86c1906 100644 --- a/inventory +++ b/inventory @@ -42,3 +42,22 @@ 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 ----