Loading tasks/prometheus.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ group: "nogroup" mode: "0775" # yamllint disable # create prometheus config - name: "create prometheus config" ansible.builtin.copy: Loading @@ -31,6 +32,7 @@ - targets: ['dns01.siempie.internal:9167'] - targets: ['dns02.siempie.internal:9167'] notify: "restart prometheus" # yamllint enable # run prometheus - name: "run prometheus" Loading Loading
tasks/prometheus.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ group: "nogroup" mode: "0775" # yamllint disable # create prometheus config - name: "create prometheus config" ansible.builtin.copy: Loading @@ -31,6 +32,7 @@ - targets: ['dns01.siempie.internal:9167'] - targets: ['dns02.siempie.internal:9167'] notify: "restart prometheus" # yamllint enable # run prometheus - name: "run prometheus" Loading