forked from team/makeuser
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
include | 2 months ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
dbremove | 2 months ago | |
gen_tdp | 3 years ago | |
makedb | 2 months ago | |
makeuser | 12 months ago | |
makeuser_no_ansible | 1 year ago | |
rmuser | 2 months ago | |
setenv | 2 months ago | |
userqueue | 8 months ago |
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}