kayobe/ansible/group_vars/seed/ansible-user
Mark Goddard efc7424e26 Add support for adding a user account for SSH access
This requires us to use a bootstrap user account to add the Kayobe user
and group with an authorised SSH key. All subsequent SSH access uses this
new user.
2017-02-16 10:44:33 +00:00

4 lines
95 B
Plaintext

---
# User with which to access the seed VM via SSH.
ansible_user: "{{ kayobe_ansible_user }}"