kayobe/ansible/group_vars/seed-hypervisor/ansible-user
Mark Goddard 3a2ba67743 Add kayobe user bootstrap support for the seed-hypervisor
This allows kayobe to configure the kayobe ansible user (default stack) on the
seed-hypervisor using a bootstrap user account.
2018-01-13 09:10:29 +00:00

8 lines
266 B
Plaintext

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