From d076f4908be43ee4713bf3005701ac715ad01d42 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 28 Jun 2019 13:48:54 +0000 Subject: [PATCH] Updated README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index dd28008..f5786b2 100644 --- a/README.md +++ b/README.md @@ -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}