efc7424e26
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.
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
---
|
|
###############################################################################
|
|
# Controller node configuration.
|
|
|
|
# User with which to access the controllers via SSH during bootstrap, in order
|
|
# to setup the Kayobe user account.
|
|
controller_bootstrap_user: "{{ lookup('env', 'USER') }}"
|