aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-mon/tasks/main.yml
blob: 666cfe6a0f731a67a5f841e4cc0ff3c4998f2ea4 (plain)
1
2
3
4
5
- include: install_mon.yml
  when: inventory_hostname in groups["ceph_mon"]
  tags:
    - ceph_mon
    - ceph_deploy