Touch the bootstrap ceph.conf

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent aa72bb9bac
commit f823d1b351
1 changed files with 5 additions and 0 deletions

View File

@ -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