browbeat/ansible/install/graphite.yml
Masco Kaliyamoorthy 461b016f13 use tripleo-ansible-inventry to generate hosts
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
2021-03-30 21:19:14 +05:30

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}}"