Files
browbeat/ansible/install/connmon.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

27 lines
403 B
YAML

---
#
# Playbook to install connmon on undercloud/overcloud
#
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
vars:
ansible_become: true
undercloud: true
roles:
- common
- connmon
- hosts: controller
remote_user: "{{ host_remote_user }}"
vars:
ansible_become: true
undercloud: false
roles:
- common
- connmon
- nova
- neutron
- keystone
- cinder