A script that allows admins of thunix to make user accounts easily.
Go to file
Ubergeek d076f4908b Updated README 2019-06-28 13:48:54 +00:00
.gitignore Initial commit 2018-09-20 09:54:03 -04:00
LICENSE Initial commit 2018-09-20 09:54:03 -04:00
README.md Updated README 2019-06-28 13:48:54 +00:00
dbemail.tmpl Adding db provisioning tool 2019-06-28 13:17:48 +00:00
dbremove Adding a db removal tool. 2019-06-28 13:27:25 +00:00
email.tmpl Updated template 2019-04-03 14:20:43 +00:00
makedb Adding db provisioning tool 2019-06-28 13:17:48 +00:00
makeuser Adding cc to admin_email for new user creations 2019-05-07 12:31:33 +00:00
rmuser Fixed up rmuser 2019-06-15 16:48:37 +00:00

README.md

makeuser

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}