From 8d5d54cc8838c38b03d0b26880f55da33b83d330 Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Thu, 2 Mar 2023 23:57:21 +0000 Subject: [PATCH] [Add] add ceph inventory entries --- inventory | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 ----