Skip to content

Commit

Permalink
ansible-lint - Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Nov 8, 2024
1 parent 9f84bc7 commit 321acad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/kayobe/ansible/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
# Deploy Ceph via Cephadm. Create EC profiles, CRUSH rules, pools and keys.
- name: Import Cephadm deploy playbook
import_playbook: cephadm-deploy.yml

- name: Import Cephadm commands pre playbook
import_playbook: cephadm-commands-pre.yml

- name: Import Cephadm ec profiles playbook
import_playbook: cephadm-ec-profiles.yml

- name: Import Cephadm crush rules playbook
import_playbook: cephadm-crush-rules.yml

- name: Import Cephadm pools playbook
import_playbook: cephadm-pools.yml

- name: Import Cephadm keys playbook
import_playbook: cephadm-keys.yml

- name: Import Cephadm commands post playbook
import_playbook: cephadm-commands-post.yml

0 comments on commit 321acad

Please sign in to comment.