Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
53cbf0c442
commit
3b0a30239e
8 changed files with 6 additions and 8 deletions
|
@ -15,4 +15,4 @@ grafana_url_port: 3000
|
||||||
|
|
||||||
# Admmin user stuff
|
# Admmin user stuff
|
||||||
grafana_admin_user: admin
|
grafana_admin_user: admin
|
||||||
grafana_admin_pass: not24get
|
grafana_admin_pass: not24get
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- name: reload grafana
|
- name: reload grafana
|
||||||
systemd:
|
systemd:
|
||||||
name: grafana-server
|
name: grafana-server
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
||||||
- debian
|
- debian
|
||||||
- timeseries
|
- timeseries
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
@ -37,4 +37,4 @@
|
||||||
name: grafana-server
|
name: grafana-server
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: conf.changed
|
when: conf.changed
|
||||||
|
|
|
@ -551,4 +551,3 @@ org_name = {{ grafana_anon_org }}
|
||||||
[plugins]
|
[plugins]
|
||||||
;enable_alpha = false
|
;enable_alpha = false
|
||||||
;app_tls_skip_verify_insecure = false
|
;app_tls_skip_verify_insecure = false
|
||||||
|
|
||||||
|
|
|
@ -551,4 +551,3 @@ log_queries =
|
||||||
[plugins]
|
[plugins]
|
||||||
;enable_alpha = false
|
;enable_alpha = false
|
||||||
;app_tls_skip_verify_insecure = false
|
;app_tls_skip_verify_insecure = false
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- hosts: galaxy-vagrant.example.com
|
- hosts: galaxy-vagrant.example.com
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- role: ../galaxy-grafana
|
- role: ../galaxy-grafana
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
repo: deb https://packages.grafana.com/oss/deb stable main
|
repo: deb https://packages.grafana.com/oss/deb stable main
|
||||||
|
|
Loading…
Reference in a new issue