@@ -13,13 +13,12 @@ SSH key as authorized key and optionally sets password to a user.
## Role parameters
Mandatory parameters
*`kypo_user_access_username` - The name of the user to give SSH access to.
Optional parameters.
*`kypo_user_access_username` - The name of the user to give SSH access to (default: `user-access`).
*`kypo_user_access_password` - The password of user `kypo_user_access_password` (omitted by default).
*`kypo_user_access_ssh_public_key` - The path on Ansible controller to SSH public key that will be set as authorized_key (default: `kypo_global_ssh_public_user_key`).
*`kypo_user_access_ssh_public_key_options` - The authorized_keys options. For more information see [authorized_keys(5)](https://manpages.debian.org/experimental/openssh-server/authorized_keys.5.en.html#AUTHORIZED_KEYS_FILE_FORMAT)(default:`""`).