Fix YAML linting and service name
This commit is contained in:
parent
7b9bab14fa
commit
54eee03524
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- name: Enable grafana
|
- name: Enable grafana
|
||||||
service:
|
service:
|
||||||
name: grafana-service
|
name: grafana-server
|
||||||
enabled: true
|
enabled: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.section }}.{{ item.option }}={{ item.value }}"
|
label: "{{ item.section }}.{{ item.option }}={{ item.value }}"
|
||||||
loop:
|
loop:
|
||||||
- {section: http, option: bind-address, value: ":8086"}
|
- {section: http, option: bind-address, value: 0.0.0.0:8086}
|
||||||
- {section: http, option: auth-enabled, value: "true"}
|
- {section: http, option: auth-enabled, value: "true"}
|
||||||
|
|
||||||
- name: Configure grafana
|
- name: Configure grafana
|
||||||
|
|
Loading…
Reference in a new issue