mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
5ad13e91cb
commit
afa417ba8e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ The Option of these directory-variables are the following.
|
||||||
| ``state`` | ``present`` | - | Create or delete user |
|
| ``state`` | ``present`` | - | Create or delete user |
|
||||||
| ``shell`` | ``/bin/bash`` | - | The Shell of the User |
|
| ``shell`` | ``/bin/bash`` | - | The Shell of the User |
|
||||||
| ``create_home`` | ``true`` | - | create a user home *(needed to store ssh keys)* |
|
| ``create_home`` | ``true`` | - | create a user home *(needed to store ssh keys)* |
|
||||||
| ``admin | ``false`` | - | enable it to give the user superpowers |
|
| ``admin`` | ``false`` | - | enable it to give the user superpowers |
|
||||||
| ``admin_commands`` | *string or list* | - | Commands that are allows to be run as admin, eg. 'ALL' or specific script |
|
| ``admin_commands`` | *string or list* | - | Commands that are allows to be run as admin, eg. 'ALL' or specific script |
|
||||||
| ``admin_nopassword`` | ``false`` | - | Need no Password for sudo |
|
| ``admin_nopassword`` | ``false`` | - | Need no Password for sudo |
|
||||||
| ``admin_ansible_login`` | ``true`` | - |if ``admin: true`` and ``l3d_users__create_ansible: true`` your ssh keys will be added to ansible user |
|
| ``admin_ansible_login`` | ``true`` | - |if ``admin: true`` and ``l3d_users__create_ansible: true`` your ssh keys will be added to ansible user |
|
||||||
|
|
Loading…
Reference in a new issue