browbeat/ansible/install/pbench.yml
Alex Krzos 58dbf4893c Upgrade pbench install to 0.35
Change-Id: I5e042cbfe341e4802bf5e14a9e05c8f7c108f866
2015-12-22 20:08:38 -05:00

27 lines
573 B
YAML

---
#
# Playbook to install pbench on undercloud/overcloud
#
- hosts: undercloud
remote_user: stack
gather_facts: false
vars:
ansible_sudo: true
undercloud: true
roles:
- common
- pbench
- hosts: controller:compute
remote_user: heat-admin
gather_facts: false
vars:
ansible_sudo: true
undercloud: false
undercloud_root_ssh_key: "{{ lookup('file', 'roles/pbench/files/undercloud_root_id_rsa.pub') }}"
undercloud_stack_ssh_key: "{{ lookup('file', 'roles/pbench/files/undercloud_stack_id_rsa.pub') }}"
roles:
- common
- pbench