This commit is contained in:
Mark Janssen 2025-04-19 16:42:53 +02:00
parent d0cd352b4a
commit 77c1732623
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
31 changed files with 127 additions and 149 deletions

View file

@ -21,9 +21,9 @@
ansible.builtin.template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: root
group: root
mode: 0644
owner: "root"
group: "root"
mode: "0644"
notify: restart grafana
with_items:
- { src: grafana.ini, dest: /etc/grafana/grafana.ini }
@ -33,9 +33,9 @@
ansible.builtin.template:
src: grafana-data-source.yml
dest: "/etc/grafana/provisioning/datasources/{{ item.name | lower }}.yaml"
owner: root
group: root
mode: 0644
owner: "root"
group: "root"
mode: "0644"
notify: restart grafana
with_items:
- name: Prometheus