We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53981f3 commit 0c9047fCopy full SHA for 0c9047f
hooks/playbooks/ceph.yml
@@ -97,6 +97,15 @@
97
cifmw_admin_prikey: "{{ private_key_get['content'] | b64decode }}"
98
cifmw_admin_distribute_private_key: true
99
no_log: true
100
+ post_tasks:
101
+ # In case of adoption cases with external ceph, cephadm and the
102
+ # dependant packages (lvm2) are missing on few ceph nodes, so
103
+ # installing cephadm on all nodes.
104
+ - name: Install cephadm package on all nodes
105
+ ansible.builtin.include_role:
106
+ name: cifmw_cephadm
107
+ tasks_from: install_cephadm
108
+ when: cifmw_cephadm_install_on_all_nodes | default(false) | bool
109
110
- name: Create Block Device on target nodes
111
tags: block
0 commit comments