Skip to content
Snippets Groups Projects
Commit c8320190 authored by Kamil Andoniadis's avatar Kamil Andoniadis
Browse files

Update README.md

parent 43975ffe
Branches
No related tags found
No related merge requests found
......@@ -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: `""`).
## Example
......@@ -28,5 +27,4 @@ The simplest example.
```yml
roles:
- role: kypo-user-access
kypo_user_access_username: kypo
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment