d4science-ghn-cluster: new pgpool hosts.

library/roles/grafana: move the role out of the tick directory.
infrastructure-services: fix the virtualhosts for letsencrypt.
This commit is contained in:
Andrea Dell'Amico 2016-05-31 19:29:31 +02:00
parent ae7ec8a9b7
commit 657a975732
2 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
---
- name: Install the grafana repo key
apt_key: url={{ grafana_repo_key }} state=present
tags: [ 'grafana', 'tick' ]
tags: [ 'grafana' ]
- name: Install the grafana deb repository
apt_repository: repo='{{ grafana_repo }}' state=present update_cache=yes
tags: [ 'grafana', 'tick' ]
tags: [ 'grafana' ]
- name: Install the grafana deb packages
apt: name='{{ item }}' state=present
with_items: '{{ grafana_packages }}'
tags: [ 'grafana', 'tick' ]
tags: [ 'grafana' ]
- name: Ensure that grafana is enabled and running
service: name=grafana-server state=started enabled=yes
when: grafana_enabled
tags: [ 'grafana', 'tick' ]
tags: [ 'grafana' ]