kayobe/ansible/group_vars/storage/ansible-user
2018-02-06 18:00:57 +01:00

8 lines
244 B
Plaintext

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