mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
enable systemd
This commit is contained in:
parent
d2e228bb03
commit
4497bd3b4d
3 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,7 @@ grafana_kiosk:
|
|||
playlist: false
|
||||
URL: https://play.grafana.org
|
||||
ignore_certificate_errors: false
|
||||
enable_systemd: true
|
||||
|
||||
|
||||
# perform basic versionscheck?
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
state: restarted
|
||||
name: grafana-kiosk.service
|
||||
daemon_reload: yes
|
||||
enabled: grafana_kiosk.enable_systemd | bool
|
||||
|
|
|
@ -21,6 +21,7 @@ _grafana_kiosk:
|
|||
playlist: false
|
||||
URL: https://play.grafana.org
|
||||
ignore_certificate_errors: false
|
||||
enable_systemd: true
|
||||
|
||||
_dl_matrix:
|
||||
'x86_64': "grafana-kiosk.linux.amd64"
|
||||
|
@ -29,5 +30,5 @@ _dl_matrix:
|
|||
'armv6l': "grafana-kiosk.linux.armv6"
|
||||
'armv5l': "grafana-kiosk.linux.armv5"
|
||||
|
||||
playbook_version_number: 9 # should be an integer
|
||||
playbook_version_number: 10 # should be an integer
|
||||
playbook_version_path: 'role-grafana-kiosk_roles-ansible_github.com.version' # unique string
|
||||
|
|
Loading…
Reference in a new issue