updated readme

This commit is contained in:
xpk
2019-01-22 17:18:41 +08:00
parent 0c11fbc500
commit bd6547324d
+8 -1
View File
@@ -1,6 +1,8 @@
# users ansible role. # Ansible role for creating OS user
Create user and optionally put user into sudoers. By default, user is added to ssh_access group. Group will be created if not exist. Create user and optionally put user into sudoers. By default, user is added to ssh_access group. Group will be created if not exist.
URL: https://xpk.headdesk.me/git/xpk/role.users
## Required variables: ## Required variables:
``` ```
user: user:
@@ -33,3 +35,8 @@ Create a playbook like this
Or genpw.py which generates random password and a hash at the same time. Or genpw.py which generates random password and a hash at the same time.
## Tested on
- RHEL7
- CentOS7
- Ubuntu18