Updated README

This commit is contained in:
Ubergeek 2019-06-28 13:48:54 +00:00
parent 3e3838aef2
commit d076f4908b
1 changed files with 20 additions and 0 deletions

View File

@ -3,3 +3,23 @@
A script that allows admins of thunix to make user accounts easily.
Forked from tilde.team's makeuser repo.
``makeuser {username} {email} {ssh key}
# rmuser
This tool archives the user's home dir, and removes the system account. It is assume that beforehand, the user is un-enforced in ansible.
``rmuser {username}
# makedb
Upon request, this tool provisions a database for users on the system MySQL/MariaDB instance.
``makedb {username}
# dbremove
Removes user dbs.
``dbremove {username}