browbeat/ansible/install/browbeat.yml
Joe Talerico 912616634a Update Install work
+ Allow us to change usernames for non-ops installs. This mostly impacts
our dash/collectd work.
+ Updated browbeat, more options..
+ Removed more things pointed to the stack user
+ Remove EPEL

Change-Id: Ib6359b5dce9573a90c4c8d9f2f1853ef1d71bfec
2016-03-07 11:07:46 -05:00

18 lines
293 B
YAML

---
#
# Playbook to install Browbeat (Rally + Shaker) on undercloud
#
- hosts: controller
remote_user: "{{ host_remote_user }}"
roles:
- shaker-check
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
vars:
results_in_httpd: true
roles:
- common
- browbeat