browbeat/ansible/install/graphite.yml

12 lines
155 B
YAML

---
#
# Playbook to install Carbon and Graphite
#
- hosts: graphite
remote_user: root
roles:
- epel
- graphite
environment: "{{proxy_env}}"