52833cf481
This saves us some messing around with the dynamic libvirt IP address and writing out the IP address to the Ansible inventory.
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
---
|
|
# User with which to access the seed via SSH.
|
|
ansible_user: "{{ kayobe_ansible_user }}"
|
|
|
|
# User with which to access the seed before the kayobe_ansible_user account has
|
|
# been created.
|
|
bootstrap_user: "{{ seed_bootstrap_user }}"
|