makeuser/README.md

26 lines
514 B
Markdown
Raw Permalink Normal View History

2018-09-20 13:54:03 +00:00
# makeuser
2019-03-27 18:35:42 +00:00
A script that allows admins of thunix to make user accounts easily.
Forked from tilde.team's makeuser repo.
2019-06-28 13:48:54 +00:00
``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}