ed1e9b0831
The container_cli variable is needed for gather/stockpile to run. Change-Id: Id97cbfb4ea3bbb8cf929add4de0df868f4da73d8
13 lines
446 B
YAML
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
|