Playbook - ceph_hci_preΒΆ

---

- name: Prepare EDPM to Host Ceph
  hosts: "{{ edpm_override_hosts | default('all', true) }}"
  strategy: linear
  gather_facts: "{{ gather_facts | default(false) }}"
  any_errors_fatal: "{{ edpm_any_errors_fatal | default(true) }}"
  max_fail_percentage: "{{ edpm_max_fail_percentage | default(0) }}"
  tasks:
    # Sets up firewall for ceph
    - name: Prepare EDPM to Host Ceph
      ansible.builtin.import_role:
        name: osp.edpm.edpm_ceph_hci_pre
      tags:
        - edpm_ceph_hci_pre