Touch the bootstrap ceph.conf
This commit is contained in:
parent
aa72bb9bac
commit
f823d1b351
|
@ -7,6 +7,11 @@
|
||||||
- set_fact:
|
- set_fact:
|
||||||
fsid: "{{ fsid_raw.stdout }}"
|
fsid: "{{ fsid_raw.stdout }}"
|
||||||
|
|
||||||
|
- name: create bootstrap ceph.conf
|
||||||
|
file:
|
||||||
|
dest: /etc/ceph/ceph.conf
|
||||||
|
state: touch
|
||||||
|
|
||||||
- name: initialize bootstrap ceph.conf
|
- name: initialize bootstrap ceph.conf
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/ceph/ceph.conf
|
dest: /etc/ceph/ceph.conf
|
||||||
|
|
Loading…
Reference in New Issue