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
|
||||
grafana_admin_user: admin
|
||||
grafana_admin_pass: not24get
|
||||
grafana_admin_pass: not24get
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
- name: reload grafana
|
||||
systemd:
|
||||
name: grafana-server
|
||||
state: restarted
|
||||
state: restarted
|
||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
|||
- debian
|
||||
- timeseries
|
||||
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
|
|
@ -37,4 +37,4 @@
|
|||
name: grafana-server
|
||||
state: restarted
|
||||
enabled: yes
|
||||
when: conf.changed
|
||||
when: conf.changed
|
||||
|
|
|
@ -551,4 +551,3 @@ org_name = {{ grafana_anon_org }}
|
|||
[plugins]
|
||||
;enable_alpha = false
|
||||
;app_tls_skip_verify_insecure = false
|
||||
|
||||
|
|
|
@ -551,4 +551,3 @@ log_queries =
|
|||
[plugins]
|
||||
;enable_alpha = false
|
||||
;app_tls_skip_verify_insecure = false
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: ../galaxy-grafana
|
||||
- role: ../galaxy-grafana
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
|
||||
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