461b016f13
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
12 lines
212 B
YAML
12 lines
212 B
YAML
---
|
|
#
|
|
# Playbook to install Carbon and Graphite
|
|
#
|
|
|
|
- hosts: Graphite
|
|
remote_user: root
|
|
roles:
|
|
- {role: epel, when: ansible_distribution_major_version == '7'}
|
|
- graphite
|
|
environment: "{{proxy_env}}"
|