{"id":28240633,"url":"https://github.com/pwannenmacher/role_users","last_synced_at":"2026-04-20T06:02:43.029Z","repository":{"id":290925727,"uuid":"976005938","full_name":"pwannenmacher/role_users","owner":"pwannenmacher","description":"Ansible role for creating, updating and deleting users on Debian based systems","archived":false,"fork":false,"pushed_at":"2025-11-21T14:21:24.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T16:14:40.744Z","etag":null,"topics":["ansible","ansible-role","debian"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwannenmacher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-01T10:00:55.000Z","updated_at":"2025-11-21T14:21:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"02493fa4-9a29-45b0-bccd-2e369d40da9e","html_url":"https://github.com/pwannenmacher/role_users","commit_stats":null,"previous_names":["pwannenmacher/role-users"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pwannenmacher/role_users","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwannenmacher%2Frole_users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwannenmacher%2Frole_users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwannenmacher%2Frole_users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwannenmacher%2Frole_users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwannenmacher","download_url":"https://codeload.github.com/pwannenmacher/role_users/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwannenmacher%2Frole_users/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","debian"],"created_at":"2025-05-19T04:11:46.112Z","updated_at":"2026-04-20T06:02:43.021Z","avatar_url":"https://github.com/pwannenmacher.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy-Users\n\nCreates all users defined by vars. Removes all undefined users except the user running ansible.\n\n## Requirements\n\nnone\n\n## Role Variables\n\n| Variable               | Required | Default | Choices | Comments                                                                                 |\n|------------------------|----------|---------|---------|------------------------------------------------------------------------------------------|\n| user_groups            | yes      | []      |         | List of user groups that shall exist (may be used globally or at host group level)       |\n| additional_user_groups | yes      | []      |         | List of additional user groups that shall exist (may be used for each host individually) |\n| users                  | yes      | {}      |         | List of user objects (see description below)                                             |\n| additional_users       | yes      | {}      |         | List of additional user objects (see description below)                                  |\n| passwordless_sudo      | yes      | false   |         | Allow passwordless sudo access for all sudo allowed users                                |\n\nUsers have to be defined like this:\n\n```yaml\nusers:\n  - name: username\n    comment: Some User\n    groups:\n      - users\n      - admin\n    password_hash: \"$6$RQJceekL9DN9Z2HL$cKcX5.Ja21cVK/wCDoX21X7Im8KNPo43WLUbJFBNcSuJRUvDwIzj2HaT/oQqNiV8YEjsRaxKLTUHz1zIthe6D1\"\n    password: \"P@$$w0rd\"\n    password_salt: \"S@LT\"\n    sudo: true\n    passwordless_sudo: true\n    ssh_authorized_keys:\n      - ssh-rsa [...]\n```\n\nIf `password_hash` is defined, the values in `password` and `password_salt` are ignored.\n\n## Dependencies\n\nOnly default modules are used. No dependencies.\n\n## Example Playbook\n\n```yaml\n- hosts: all\n  become: true\n  roles:\n    - role: role_users\n```\n\n## License\n\nMIT\n\n## Author Information\n\nPaul Wannenmacher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwannenmacher%2Frole_users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwannenmacher%2Frole_users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwannenmacher%2Frole_users/lists"}