Add ceph role
Just prepares the servers, all management is then done through cephadm.
This commit is contained in:
parent
832be31e21
commit
5038411af3
6 changed files with 106 additions and 0 deletions
7
roles/ceph/handlers/main.yml
Normal file
7
roles/ceph/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: reboot
|
||||
reboot:
|
||||
|
||||
- name: reload nftables
|
||||
service:
|
||||
name: nftables
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue