Reorganize some elements

This commit is contained in:
2019-06-12 23:22:47 -04:00
parent cde6a188ba
commit c092362f13
3 changed files with 8 additions and 9 deletions

View File

@ -61,7 +61,7 @@
when: newhost is defined and newhost
- name: populate monitor with map and keys
command: ceph-mon --mkfs -i {{ ansible_hostname }} --monmap /etc/ceph/monmap --keyring /etc/ceph/ceph.mon.keyring
command: ceph-mon --cluster ceph --mkfs -i {{ ansible_hostname }} --monmap /etc/ceph/monmap --keyring /etc/ceph/ceph.mon.keyring
become_user: ceph
when: newhost is defined and newhost