{"id":21422538,"url":"https://github.com/zerwes/ansible-role-certbot","last_synced_at":"2026-04-20T10:06:44.712Z","repository":{"id":87158819,"uuid":"120712921","full_name":"zerwes/ansible-role-certbot","owner":"zerwes","description":"letsencrypt.org certificate handling using certbot","archived":false,"fork":false,"pushed_at":"2025-03-05T18:23:38.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T20:23:23.813Z","etag":null,"topics":["ansible","ansible-role","certbot","certificate","letsencrypt","open-source"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerwes.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}},"created_at":"2018-02-08T04:56:49.000Z","updated_at":"2025-03-05T18:23:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"352a5659-8de6-4359-a032-b9461edb14d6","html_url":"https://github.com/zerwes/ansible-role-certbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zerwes/ansible-role-certbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-certbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-certbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-certbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-certbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerwes","download_url":"https://codeload.github.com/zerwes/ansible-role-certbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-certbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042348,"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","certbot","certificate","letsencrypt","open-source"],"created_at":"2024-11-22T20:49:39.793Z","updated_at":"2026-04-20T10:06:44.689Z","avatar_url":"https://github.com/zerwes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n\nansible-role-certbot\n====================\n\nWill just generate letsencrypt.org certificates using certbot and webroot on debian-based systems.\n\nIt will not configure apache etc.\n\nAs certbot requires a working apache in order to validate domains, I use::\n\n\t  roles:\n\t    - { role: geerlingguy.apache, tags: apache, apache_ignore_missing_ssl_certificate: false } # first run to configure apache http\n\t    - { role: certbot, tags: certbot }\n\t    - { role: geerlingguy.apache, tags: apache, apache_ignore_missing_ssl_certificate: true } # second run after cert creation / renewal\n\n\nVars\n----\n\n\tcertbot__email: test@nosuchdomain.xyz\n\n\t# map of cert name =\u003e map webroot =\u003e list of names\n\t# for each maincertname a cert will be generated using the webroot map =\u003e domainname as names\n\tcertbot__certs:\n\t  dom1.tld1:\n\t    /srv/www/dom1:\n\t      - dom1.tld1\n\t      - a.dom1.tld1\n\t      - b.dom1.tld1\n\t      - a.dom2.tld2\n\t    /srv/www/dom3\n\t      - dom3.tld3\n\t  dom2.tld2:\n\t    /srv/www/dom2\n\t      - dom2.tld2\n\n\nmore VARs can be found in [defaults/main.yml](defaults/main.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerwes%2Fansible-role-certbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerwes%2Fansible-role-certbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerwes%2Fansible-role-certbot/lists"}