aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users
AgeCommit message (Collapse)Author
2021-06-01users: esmil: remove old ssh keysEmil Renner Berthing
2020-06-01users: rasmis: addedEmil Renner Berthing
Add Rasmus so he can jump to the foodputer and read out the drinkomatic database.
2020-06-01users: add support for jumponly usersEmil Renner Berthing
2020-06-01users: esmil: add stitch key and update .bashrcEmil Renner Berthing
2020-04-10users: root: update bashrcEmil Renner Berthing
2020-03-20users: graffen: addedJesper Hess Nielsen
2019-10-05users: esmil: update keys and bashrcEmil Renner Berthing
2019-05-13users: esmil: add matahari keyEmil Renner Berthing
2019-02-10users: max: addedmax
2019-02-09users: signout: update ssh keysEmil Renner Berthing
2019-01-29users: richard: addedRichard42Graham
2019-01-13users: optionally set user passwordEmil Renner Berthing
2019-01-13users: add more flexible user managementEmil Renner Berthing
Now user data is in roles/users/defaults/main.yml and each server should have a hash like this users: 'foo': sudo 'bar': true 'baz': false #'qux': false This means the user foo will be created with sudo access, the user bar will be created without sudo access, while baz and qux will be removed.
2018-12-03users: esmil: add passwordEmil Renner Berthing
..so I can log in on a serial port and save the day. This is one way to generate the hashed password line: python <<EOF from passlib.hash import sha512_crypt import getpass print(sha512_crypt.using(rounds=5000).hash(getpass.getpass())) EOF
2018-10-09users: make user groups configurableEmil Renner Berthing
On the doorputer we want to put every user in both the dialout group and the sudo group
2018-10-06users: esmil: add my plastik2 ssh keyEmil Renner Berthing
2018-09-30users: esmil: add some dotfilesEmil Renner Berthing
2018-09-30users: root: let each user have their own root bashrcEmil Renner Berthing
2018-09-30users: start user uids from 2000Emil Renner Berthing
This way we shouldn't conflict with existing users. Eg. the 'pi' user on Raspbian
2018-09-30users: prepare for running on other OSesEmil Renner Berthing
2018-09-26Format yaml lists like yaml.orgEmil Renner Berthing
2018-09-26users: merge root_env into this roleEmil Renner Berthing
2018-09-11users: semi: addedTroels Bang Jensen
2018-01-20users: signout: addedDennis Kjær Jensen
2018-01-12users: k2OS: addedRené Mikkelsen
Esmil: fixed a few typos
2017-11-26users: knielsen: addedKristian Nielsen
2017-11-13users: riiiis: addedRiiiis
2017-11-13users: flummer: addedThomas Flummer
2017-11-12initial commitEmil Renner Berthing