Commit 149467da authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: prometheus dir permissions

parent 6fc7d3ce
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,12 +5,16 @@
  ansible.builtin.file:
    path: "/mnt/prometheus"
    state: "directory"
    owner: "nobody"
    group: "nogroup"
    mode: "0775"

- name: "create prometheus data directory"
  ansible.builtin.file:
    path: "/mnt/prometheus/data"
    state: "directory"
    owner: "nobody"
    group: "nogroup"
    mode: "0775"

# create prometheus config