master #2

Open
polz wants to merge 32 commits from polz/servers:master into master
Showing only changes of commit 181f49c977 - Show all commits

View file

@ -9,11 +9,14 @@
option: '{{ item.option }}'
value: '{{ item.value }}'
loop:
- { section: analytics, option: reporting_enabled, value: false }
- { section: analytics, option: check_for_updates, value: false }
- { section: analytics, option: check_for_plugin_updates, value: false }
- { section: news, option: news_feed_enabled, value: false }
- { section: public_dashboards, option: enabled, value: false }
- { section: server, option: root_url, value: "https://%(domain)s/" }
- { section: analytics, option: check_for_updates, value: "false" }
- { section: analytics, option: check_for_plugin_updates, value: "false" }
- { section: analytics, option: feedback_links_enabled, value: "false" }
- { section: analytics, option: reporting_enabled, value: "false" }
- { section: news, option: news_feed_enabled, value: "false" }
- { section: public_dashboards, option: enabled, value: "false" }
notify: restart grafana
- name: Set up nginx site
template: