kayobe/ansible/group_vars/controllers/ansible-user
Mark Goddard 52833cf481 Use static IP on provisioning network to access the seed
This saves us some messing around with the dynamic libvirt IP address
and writing out the IP address to the Ansible inventory.
2017-03-16 13:57:14 +00:00

8 lines
253 B
Plaintext

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