Loading tasks/prometheus.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
tasks/prometheus.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading