41681ebcbd
* Ignore errors on install of sysstat * Fixes for ELK playbook (if SELinux is disabled) * Doc updates Change-Id: I4ac94e3a3cb5b2558a727e8761e2506ba0b62df2
12 lines
155 B
YAML
12 lines
155 B
YAML
---
|
|
#
|
|
# Playbook to install Carbon and Graphite
|
|
#
|
|
|
|
- hosts: graphite
|
|
remote_user: root
|
|
roles:
|
|
- epel
|
|
- graphite
|
|
environment: "{{proxy_env}}"
|