Touch the bootstrap ceph.conf

This commit is contained in:
Joshua Boniface 2019-06-16 03:59:51 -04:00
parent 1bd7a64e1f
commit 293fb5d950
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
- set_fact:
fsid: "{{ fsid_raw.stdout }}"
- name: create bootstrap ceph.conf
file:
dest: /etc/ceph/ceph.conf
state: touch
- name: initialize bootstrap ceph.conf
lineinfile:
dest: /etc/ceph/ceph.conf