kayobe/ansible/group_vars/compute/ansible-user
Mark Goddard 038c73414e Add configuration for virtualised compute hosts
Hosts in the [compute] group will be configured as virtualised compute
hosts. These hosts are treated as part of the overcloud, and affected by
all overcloud commands.
2017-11-12 09:35:40 +00:00

8 lines
244 B
Plaintext

---
# User with which to access the computes via SSH.
ansible_user: "{{ kayobe_ansible_user }}"
# User with which to access the computes before the kayobe_ansible_user
# account has been created.
bootstrap_user: "{{ compute_bootstrap_user }}"