1
0
Fork 0
mirror of https://github.com/roles-ansible/role-grafana-kiosk.git synced 2024-08-16 10:09:49 +02:00
role-grafana-kiosk/tasks/config.yml

15 lines
276 B
YAML
Raw Normal View History

2020-06-30 17:30:36 +02:00
---
- name: mkdir /etc/grafana-kiosk
become: true
file:
path: /etc/grafana-kiosk
state: directory
- name: deploy grafana-kiosk config
become: true
template:
src: templates/config.yml
dest: /etc/grafana-kiosk/config.yml
mode: 0644
backup: true