--- - include: config.yml - include: start_mons.yml when: inventory_hostname in groups['ceph-mon'] - include: start_mgrs.yml when: inventory_hostname in groups['ceph-mgr'] - include: start_osds.yml when: inventory_hostname in groups['ceph-osd'] - include: start_rgws.yml when: - enable_ceph_rgw | bool - inventory_hostname in groups['ceph-rgw'] - include: start_mdss.yml when: - enable_ceph_mds | bool - inventory_hostname in groups['ceph-mds'] - include: start_nfss.yml when: - enable_ceph_nfs | bool - inventory_hostname in groups['ceph-nfs']