diff --git a/roles/ceph-mon/tasks/calamari.yml b/roles/ceph-mon/tasks/calamari.yml new file mode 100644 index 000000000..5b0c34119 --- /dev/null +++ b/roles/ceph-mon/tasks/calamari.yml @@ -0,0 +1,19 @@ +--- +- name: install calamari server + apt: + pkg: calamari-server + state: present + when: ansible_os_family == 'Debian' + tags: + - package-install + +- name: install calamari server + yum: + pkg: calamari-server + state: present + when: ansible_os_family == 'RedHat' + tags: + - package-install + +- name: initialize the calamari server api + command: calamari-ctl initialize