{"id":17888586,"url":"https://github.com/l-with/ansible-role-authentik","last_synced_at":"2026-04-30T15:33:07.702Z","repository":{"id":131243352,"uuid":"510425215","full_name":"l-with/ansible-role-authentik","owner":"l-with","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-16T15:25:36.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T03:14:51.611Z","etag":null,"topics":["ansible","ansible-role","authentik"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l-with.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04T16:11:19.000Z","updated_at":"2024-07-16T14:49:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"beffec48-eba4-42a1-9178-4380c9f81a48","html_url":"https://github.com/l-with/ansible-role-authentik","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/l-with/ansible-role-authentik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fansible-role-authentik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fansible-role-authentik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fansible-role-authentik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fansible-role-authentik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l-with","download_url":"https://codeload.github.com/l-with/ansible-role-authentik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fansible-role-authentik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","authentik"],"created_at":"2024-10-28T13:37:53.567Z","updated_at":"2026-04-30T15:33:07.687Z","avatar_url":"https://github.com/l-with.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role authentik\n\ninstall [authentik](https://goauthentik.io/)\n\n## Collection dependencies\n\nThe role depends on the\n\n- collection community.docker\n\n## Role Variables\n\n\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- markdownlint-disable MD034 --\u003e\n| group | variable | default | description |\n| --- | --- | --- | --- |\n| basic | `authentik_image_tag` | `2022.6.3` | the image tag of authentik |\n| basic | `authentik_error_reporting` | `false` | the value for [AUTHENTIK_ERROR_REPORTING__ENABLED](https://goauthentik.io/docs/installation/configuration#authentik_error_reporting) |\n| basic | `authentik_base_directory` | `/opt/authentik` | the directory for the docker compose configuration |\n| secrets | `authentik_pg_pass` | | the value for [PostgreSQL setting](https://goauthentik.io/docs/installation/configuration#postgresql-settings) AUTHENTIK_POSTGRESQL__PASSWORD |\n| secrets | `authentik_secret_key` | | the value for [AUTHENTIK_SECRET_KEY](https://goauthentik.io/docs/installation/configuration#authentik_secret_key) |\n| bootstrap | `authentik_bootstrap` | true | if [automated install](https://goauthentik.io/docs/installation/automated-install) should be used |\n| bootstrap | `authentik_bootstrap_password` | | the value for [AUTHENTIK_BOOTSTRAP_PASSWORD](https://goauthentik.io/docs/installation/automated-install#authentik_bootstrap_password-or-ak_admin_pass) |\n| bootstrap | `authentik_bootstrap_token` | | the value for [AUTHENTIK_BOOTSTRAP_TOKEN](https://goauthentik.io/docs/installation/automated-install#authentik_bootstrap_token-or-ak_admin_token) |\n| e-mail | `authentik_smtp_host` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__HOST |\n| e-mail | `authentik_smtp_port` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__PORT |\n| e-mail | `authentik_smtp_username` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__USERNAME |\n| e-mail | `authentik_smtp_password` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__PASSWORD |\n| e-mail | `authentik_smtp_tls` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__USE_TLS |\n| e-mail | `authentik_smtp_ssl` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__USE_SSL |\n| e-mail | `authentik_smtp_from` | |  the value for [AUTHENTIC_EMAIL](https://goauthentik.io/docs/installation/configuration#authentik_email) AUTHENTIK_EMAIL__FROM |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fansible-role-authentik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl-with%2Fansible-role-authentik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fansible-role-authentik/lists"}