diff --git a/etc/kayobe/ansible/cephadm-commands.yml b/etc/kayobe/ansible/cephadm-commands.yml new file mode 100644 index 000000000..311f55fd2 --- /dev/null +++ b/etc/kayobe/ansible/cephadm-commands.yml @@ -0,0 +1,11 @@ +--- +- name: Ensure additional Ceph commands are run + gather_facts: false + hosts: mons + become: true + tags: + - cephadm + - cephadm-commands + tasks: + - import_role: + name: stackhpc.cephadm.commands \ No newline at end of file diff --git a/etc/kayobe/ansible/cephadm.yml b/etc/kayobe/ansible/cephadm.yml index 96c667f62..1cb4d56e9 100644 --- a/etc/kayobe/ansible/cephadm.yml +++ b/etc/kayobe/ansible/cephadm.yml @@ -1,6 +1,7 @@ --- # Deploy Ceph via Cephadm. Create EC profiles, CRUSH rules, pools and keys. - import_playbook: cephadm-deploy.yml +- import_playbook: cephadm-commands.yml - import_playbook: cephadm-ec-profiles.yml - import_playbook: cephadm-crush-rules.yml - import_playbook: cephadm-pools.yml