Simplify Ansible inventory
In order to make things more straightforward, we switch only to 3
groups:
- controllers
- cephs
- computes
We can introduce more flexiblity in the future, but this is good
enough for now.
Sem-Ver: feature
Change-Id: I450ce3f79db3eec3f5e062d3cbd4a8764081b268
diff --git a/roles/ceph_osd/defaults/main.yml b/roles/ceph_osd/defaults/main.yml
index 844bdee..9671346 100644
--- a/roles/ceph_osd/defaults/main.yml
+++ b/roles/ceph_osd/defaults/main.yml
@@ -14,6 +14,6 @@
# .. envvar:: ceph_osd_mons_group [[[
#
# Name of Ansible group that contains all Ceph monitors
-ceph_osd_mons_group: ceph_mons
+ceph_osd_mons_group: controllers
# ]]]