{"id":19583795,"url":"https://github.com/bodsch/ansible-glauth","last_synced_at":"2025-04-27T10:33:05.946Z","repository":{"id":45861876,"uuid":"514529372","full_name":"bodsch/ansible-glauth","owner":"bodsch","description":"Ansible role to install and configure glauth","archived":false,"fork":false,"pushed_at":"2024-08-22T04:52:10.000Z","size":177,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-22T05:47:55.098Z","etag":null,"topics":["ansible","ansible-role","automation","glauth","ldap","ldap-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-07-16T09:05:52.000Z","updated_at":"2024-08-22T04:52:02.000Z","dependencies_parsed_at":"2023-10-02T04:22:53.727Z","dependency_job_id":"2cb26a5b-ca39-42d7-a4e7-de5a6ee3a454","html_url":"https://github.com/bodsch/ansible-glauth","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-glauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-glauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-glauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-glauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodsch","download_url":"https://codeload.github.com/bodsch/ansible-glauth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069628,"owners_count":17250451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","automation","glauth","ldap","ldap-server"],"created_at":"2024-11-11T07:44:48.670Z","updated_at":"2024-11-11T07:44:49.191Z","avatar_url":"https://github.com/bodsch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible Role:  `glauth` \n\nAnsible role to install and configure [glauth](https://github.com/glauth/glauth).\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-glauth/main.yml?branch=main)][ci]\n[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-glauth)][issues]\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-glauth)][releases]\n[![Ansible Downloads](https://img.shields.io/ansible/role/d/bodsch/glauth?logo=ansible)][galaxy]\n\n[ci]: https://github.com/bodsch/ansible-glauth/actions\n[issues]: https://github.com/bodsch/ansible-glauth/issues?q=is%3Aopen+is%3Aissue\n[releases]: https://github.com/bodsch/ansible-glauth/releases\n[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/glauth/\n\nIf `latest` is set for `glauth_version`, the role tries to install the latest release version.  \n**Please use this with caution, as incompatibilities between releases may occur!**\n\nThe binaries are installed below `/usr/local/bin/glauth/${glauth_version}` and later linked to `/usr/bin`. \nThis should make it possible to downgrade relatively safely.\n\nThe downloaded archive is stored on the Ansible controller, unpacked and then the binaries are copied to the target system.\nThe cache directory can be defined via the environment variable `CUSTOM_LOCAL_TMP_DIRECTORY`. \nBy default it is `${HOME}/.cache/ansible/glauth`.\nIf this type of installation is not desired, the download can take place directly on the target system. \nHowever, this must be explicitly activated by setting `glauth_direct_download` to `true`.\n\n## Requirements \u0026 Dependencies\n\nAnsible Collections\n\n- [bodsch.core](https://github.com/bodsch/ansible-collection-core)\n- [bodsch.scm](https://github.com/bodsch/ansible-collection-scm)\n\n```bash\nansible-galaxy collection install bodsch.core\nansible-galaxy collection install bodsch.scm\n```\nor\n```bash\nansible-galaxy collection install --requirements-file collections.yml\n```\n\n\n## Operating systems\n\nTested on\n\n* Arch Linux\n* Debian based\n    - Debian 10 / 11\n    - Ubuntu 20.10\n\n\n## Contribution\n\nPlease read [Contribution](CONTRIBUTING.md)\n\n## Development,  Branches (Git Tags)\n\nThe `master` Branch is my *Working Horse* includes the \"latest, hot shit\" and can be complete broken!\n\nIf you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-glauth/tags)!\n\n## Configuration\n\n```yaml\nglauth_version: 2.1.0\n\nglauth_release_download_url: https://github.com/glauth/glauth/releases\nglauth_release_api_url: https://api.github.com/repos/glauth/glauth/releases\n\nglauth_system_user: glauth\nglauth_system_group: glauth\nglauth_config_dir: /etc/glauth\nglauth_data_dir: /var/lib/glauth\n\nglauth_direct_download: false\n\nglauth_service: {}\n\nglauth_config: {}\n\nglauth_backends: {}\n\nglauth_users: {}\n\nglauth_groups: {}\n\nglauth_behaviors: {}\n\nglauth_api: {}\n```\n## Config for this role\n\n| parameter                    | type      | default                                      | description |\n| :---                         | :---      | :---                                         | :---        |\n| `glauth_version`             | `string`  | `2.1.0`                                      | The version of glauth to install. Use `latest` to install the latest release version, but use with caution. |\n| `glauth_system_user`         | `string`  | `glauth`                                     | User as which glauth shall run |\n| `glauth_system_group`        | `string`  | `glauth`                                     | Group as which glauth shall run |\n| `glauth_config_dir`          | `string`  | `/etc/glauth`                                | Directory with configuration for glauth |\n| `glauth_data_dir`            | `string`  | `/var/lib/glauth`                            | Plugins will be installed into a subdirectory plugins/ of this directory |\n| `glauth_install_path`        | `string`  | `/usr/local/bin/glauth/{{ glauth_version }}` | Location to install glauth to, it will be linked to `/usr/bin/glauth`, though |\n| `glauth_direct_download`     | `bool`    | `false`                                      | Either download and unpack glauth on the local machine (`false`, or download it directly on the target host (`true`) |\n| `glauth_local_tmp_directory` | `string`  | environment variable `CUSTOM_LOCAL_TMP_DIRECTORY`\u003cbr/\u003eor `~/.cache/ansible/glauth/{{ glauth_version }}` | Path where to locally download glauth to |\n\n\n- [glauth_service](docs/glauth_service.md)\n- [glauth_config](docs/glauth_config.md)\n- [glauth_backends](docs/glauth_backends.md)\n- [glauth_users](docs/glauth_users.md)\n- [glauth_groups](docs/glauth_groups.md)\n- [glauth_behaviors](docs/glauth_behaviors.md)\n- [glauth_api](docs/glauth_api.md)\n\n\n---\n\n## Author and License\n\n- Bodo Schulz\n\n## License\n\n[Apache](LICENSE)\n\n**FREE SOFTWARE, HELL YEAH!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-glauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodsch%2Fansible-glauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-glauth/lists"}