From f823d1b35105e754e07209e08121fd4b63842f14 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:20 -0400 Subject: [PATCH] Touch the bootstrap ceph.conf --- roles/pvc/tasks/ceph/bootstrap.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/pvc/tasks/ceph/bootstrap.yml b/roles/pvc/tasks/ceph/bootstrap.yml index 2165c33..85eba9b 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -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