aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-osd/tasks/main.yml
blob: d6c4664024cdd1095a15831aa400373b26a71f52 (plain)
1
2
3
4
5
- include: install_osd.yml
  when: inventory_hostname in groups["ceph_osd"]
  tags:
    - ceph_osd
    - ceph_deploy