Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions etc/kayobe/ansible/cephadm-commands.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions etc/kayobe/ansible/cephadm.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down