browbeat/ansible/install/graphite-docker.yml

11 lines
155 B
YAML

---
#
# Playbook to install graphite-web
#
- hosts: graphite
remote_user: root
roles:
- { role: epel }
- { role: graphite_docker }