forked from ISTI-ansible-roles/ansible-roles
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:
parent
ec51482863
commit
6ea657acf2
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue