forked from FF-RGB/ansible
grafana: add switch to install rendering deps
This commit is contained in:
parent
3baf4139ac
commit
6534749691
@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
grafana_rendering: True
|
||||
|
||||
# yanic needs this
|
||||
site_code: ffrgb_cty
|
||||
|
||||
|
3
roles/grafana/defaults/main.yml
Normal file
3
roles/grafana/defaults/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
grafana_rendering: False
|
@ -8,3 +8,27 @@
|
||||
|
||||
- name: Install grafana
|
||||
apt: name=grafana
|
||||
|
||||
- nane: Install grafana rendering dependencies:
|
||||
apt:
|
||||
name:
|
||||
- libxdamage1
|
||||
- libxext6
|
||||
- libxi6
|
||||
- libxtst6
|
||||
- libnss3
|
||||
- libnss3
|
||||
- libcups2
|
||||
- libxss1
|
||||
- libxrandr2
|
||||
- libasound2
|
||||
- libatk1.0-0
|
||||
- libatk-bridge2.0-0
|
||||
- libpangocairo-1.0-0
|
||||
- libpango-1.0-0
|
||||
- libcairo2
|
||||
- libatspi2.0-0
|
||||
- libgtk3.0-cil
|
||||
- libgdk3.0-cil
|
||||
- libx11-xcb-dev
|
||||
when: grafana_rendering
|
||||
|
Loading…
Reference in New Issue
Block a user