mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
testing deployment
This commit is contained in:
parent
523bf0eb7d
commit
b759667653
3 changed files with 5 additions and 3 deletions
3
.github/workflows/ansible-debian-buster.yml
vendored
3
.github/workflows/ansible-debian-buster.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: ansible check with debian:buster
|
- name: ansible check with debian:buster
|
||||||
uses: roles-ansible/check-ansible-debian-buster-action@master
|
uses: roles-ansible/check-ansible-debian-buster-action@vars
|
||||||
with:
|
with:
|
||||||
targets: "./"
|
targets: "./"
|
||||||
|
vars: "grafana_kiosk:\n manage_systemd: false"
|
||||||
|
|
|
@ -22,7 +22,7 @@ grafana_kiosk:
|
||||||
playlist: false
|
playlist: false
|
||||||
URL: https://play.grafana.org
|
URL: https://play.grafana.org
|
||||||
ignore_certificate_errors: false
|
ignore_certificate_errors: false
|
||||||
enable_systemd: true
|
manage_systemd: true
|
||||||
display: DISPLAY=:0
|
display: DISPLAY=:0
|
||||||
lightdm_autologin: false
|
lightdm_autologin: false
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
name: grafana-kiosk.service
|
name: grafana-kiosk.service
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
enabled: "{{ grafana_kiosk.enable_systemd | bool }}"
|
enabled: true
|
||||||
|
when: grafana_kiosk.manage_systemd | bool
|
||||||
|
|
Loading…
Reference in a new issue