~xenrox/ansible

67aa31cf1874806f33c997df8d9fa0ce9eefa351 — Thorben Günther 1 year, 2 months ago 50b602e
prometheus: Config file should not be world readable

There are multiple secrets contained inside.
1 files changed, 2 insertions(+), 2 deletions(-)

M roles/prometheus/tasks/main.yml
M roles/prometheus/tasks/main.yml => roles/prometheus/tasks/main.yml +2 -2
@@ 19,8 19,8 @@
    src: prometheus.yml.j2
    dest: /etc/prometheus/prometheus.yml
    owner: root
    group: root
    mode: 0644
    group: prometheus
    mode: 0640
  notify: Reload prometheus

- name: Install cli configuration