browbeat/ansible/gather/group_vars/all.yml
Sai Sindhur Malleni ed1e9b0831 Set container_cli variable
The container_cli variable is needed for gather/stockpile to run.

Change-Id: Id97cbfb4ea3bbb8cf929add4de0df868f4da73d8
2019-07-29 08:14:18 -04:00

13 lines
446 B
YAML

---
# Adjust Browbeat user if you are deploying Browbeat on a different machine than the Undercloud
browbeat_user: "{{ ansible_user | default('stack') }}"
# Login user for the local/jump machine (Typically Undercloud)
local_remote_user: "{{ ansible_user | default('stack') }}"
# Login user for the Overcloud hosts
host_remote_user: heat-admin
home_dir: "/home/{{ browbeat_user }}"
browbeat_path: "{{ home_dir }}/browbeat"
container_cli: docker