feat(rabe_backup): create local user and configure authorized_keys and sudo rules - #106
feat(rabe_backup): create local user and configure authorized_keys and sudo rules#106spameier wants to merge 3 commits into
Conversation
|
@smirta please review :) I am not really sure why currently the known_hosts file is modified by this role. As I understand it, the role is supposed to configure a system to be able to be backed up by our central system.. |
|
Ugh, that's a long time ago. Looking at it, it indeed doesn't make a lot of sense. Did you test your change? How do we use it when we're using a FreeIPA-provisioned backup user? We skip the user creation and authorized_Key part? |
Co-authored-by: Simon N. <smirta@users.noreply.github.com>
Not yet :)
Yes, if the system is IPA-joined we don't specify a user and public key as these settings are configured in IPA. |
|
@hairmare how can I make ansible-lint happy here? |
|
it seems to complain about this one:
afaict we need to add
|
No description provided.