From ad12c8087df30551deafb2e0c757b34d3f69860f Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 18 Aug 2025 15:23:12 -0700 Subject: Add ceph dir on homelab_build --- playbooks/roles/ceph/tasks/main.yml | 9 +++++---- playbooks/roles/mon/templates/volumes/gatus/config/config.yml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/playbooks/roles/ceph/tasks/main.yml b/playbooks/roles/ceph/tasks/main.yml index 7b0a56d..6c1792c 100644 --- a/playbooks/roles/ceph/tasks/main.yml +++ b/playbooks/roles/ceph/tasks/main.yml @@ -6,7 +6,7 @@ - ceph-common - ceph-fuse state: present - + - name: Copy Ceph Configuration ansible.builtin.copy: content: | @@ -16,7 +16,7 @@ client_permissions = false dest: /etc/ceph/ceph.conf mode: '0644' - + - name: Copy Ceph Keyring ansible.builtin.copy: content: | @@ -26,13 +26,14 @@ mode: '0600' - name: Ensure Ceph Base Exists + when: "{{ homelab_build }}" ansible.builtin.file: path: "{{ ceph_base }}" owner: root group: root state: directory recurse: true - + - name: Mount Ceph on Boot ansible.builtin.lineinfile: path: /etc/fstab @@ -40,6 +41,6 @@ line: "none {{ ceph_base }} fuse.ceph ceph.id={{ ceph_client_name }},_netdev,defaults 0 0" create: true mode: "0644" - + - name: Mount Ceph Now ansible.builtin.command: mount -a diff --git a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml index fb4e914..6edd4cd 100644 --- a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml +++ b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml @@ -8,7 +8,7 @@ ui: alerting: ntfy: topic: "{{ ntfy_topic }}" - priority: 1 + priority: 3 endpoints: - name: "HealthCheck" -- cgit v1.2.3-70-g09d2