{"id":15081563,"url":"https://github.com/rudolfolah/ansible-role-letsencryptssl","last_synced_at":"2026-02-28T13:06:09.240Z","repository":{"id":165782319,"uuid":"626741234","full_name":"rudolfolah/ansible-role-letsencryptssl","owner":"rudolfolah","description":"Ansible role for generating SSL certificates using certbot","archived":false,"fork":false,"pushed_at":"2023-05-16T01:24:42.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T19:17:30.677Z","etag":null,"topics":["ansible-galaxy","ansible-role","ansible-role-certbot","ansible-role-template","ansible-roles","certbot","lets-encrypt","letsencrypt","letsencrypt-utils"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/rudolfolah.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":"2023-04-12T04:22:15.000Z","updated_at":"2024-07-29T06:58:20.000Z","dependencies_parsed_at":"2023-06-03T03:45:43.511Z","dependency_job_id":null,"html_url":"https://github.com/rudolfolah/ansible-role-letsencryptssl","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b833e3245cb0566907629c5c59f2ef2eaa985d93"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rudolfolah/ansible-role-letsencryptssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fansible-role-letsencryptssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fansible-role-letsencryptssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fansible-role-letsencryptssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fansible-role-letsencryptssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudolfolah","download_url":"https://codeload.github.com/rudolfolah/ansible-role-letsencryptssl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fansible-role-letsencryptssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29934982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:00:17.143Z","status":"ssl_error","status_checked_at":"2026-02-28T12:59:13.669Z","response_time":90,"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-galaxy","ansible-role","ansible-role-certbot","ansible-role-template","ansible-roles","certbot","lets-encrypt","letsencrypt","letsencrypt-utils"],"created_at":"2024-09-25T06:00:36.371Z","updated_at":"2026-02-28T13:06:09.207Z","avatar_url":"https://github.com/rudolfolah.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"letsencryptssl\n=========\n\nAnsible role for setting up certbot and creating a certificate for a domain.\n\n```mermaid\ngraph TB\nA[Install certbot] -- setup --\u003e B((Create symlink for Certbot binary))\nB -- generate_cert --\u003e C(Check if the certificate was already generated)\nC -- generate_cert --\u003e D(Generate certificate manually)\n```\n\nRequirements\n------------\n\nTo use this role, you need to install the `snap` community role. You can install it using the following command:\n\n```shell\nansible-galaxy collection install community.general\n```\n\nRole Variables\n--------------\n\nThe role uses the following parameters:\n\n- `email`: The email address to use for the certificate.\n- `domain`: The domain for which the certificate should be created.\n\nDependencies\n------------\n\nThis role depends on the following collections:\n\n- `community.general`\n  - `community.general.snap`\n\nExample Playbook\n----------------\n\nHere's an example playbook that shows how to use the role:\n\n```yaml\n- hosts: servers\n  roles:\n    - role: letsencryptssl\n      email: your_email@example.com\n      domain: example.com\n```\n\nLicense\n-------\n\nThis role is licensed under the MIT License.\n\nAuthor Information\n------------------\n\nThis role was created by Rudolf Olah.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfolah%2Fansible-role-letsencryptssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudolfolah%2Fansible-role-letsencryptssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfolah%2Fansible-role-letsencryptssl/lists"}