d4science-ghn-cluster: Single devel and pre ganglia cluster, with small exceptions. No need to disable ganglia anymore for whatever reason. Heavily simplified the ganglia configurations on the host groups.

This commit is contained in:
Andrea Dell'Amico 2017-01-26 13:50:42 +01:00
parent ec51482863
commit 6ea657acf2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- name: Install the ganglia client
apt: pkg={{ item }} state=installed
apt: pkg={{ item }} state=installed update_cache=yes cache_valid_time=3600
with_items:
- ganglia-monitor
tags: [ 'monitoring', 'ganglia' ]