{"id":23074846,"url":"https://github.com/bsedin/ansible-letsencrypt","last_synced_at":"2026-07-14T18:31:34.138Z","repository":{"id":79528319,"uuid":"151080657","full_name":"bsedin/ansible-letsencrypt","owner":"bsedin","description":"Ansible role to retrieve ssl certificates with letsencrypt","archived":false,"fork":false,"pushed_at":"2020-09-01T08:01:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T03:34:32.269Z","etag":null,"topics":["acme","ansible","https","letsencrypt","openssl"],"latest_commit_sha":null,"homepage":null,"language":null,"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/bsedin.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-10-01T11:55:54.000Z","updated_at":"2020-09-01T08:01:09.000Z","dependencies_parsed_at":"2023-05-10T20:45:31.009Z","dependency_job_id":null,"html_url":"https://github.com/bsedin/ansible-letsencrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsedin/ansible-letsencrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-letsencrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-letsencrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-letsencrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-letsencrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsedin","download_url":"https://codeload.github.com/bsedin/ansible-letsencrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-letsencrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35474800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"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":["acme","ansible","https","letsencrypt","openssl"],"created_at":"2024-12-16T08:29:43.339Z","updated_at":"2026-07-14T18:31:34.121Z","avatar_url":"https://github.com/bsedin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-letsencrypt\nAnsible role to retrieve SSL certificates with letsencrypt\n\nCreate `./library` directory in your ansible project:\n\n```\nmkdir ./library\n```\n\nAnd configure `ansible.cfg`:\n\n```\n[defaults]\nroles_path = ./library\n```\n\nAdd submodule:\n\n```\ngit submodule add git@github.com:kressh/ansible-letsencrypt.git library/letsencrypt\n```\n\nUse role:\n\n```yaml\n---\n- hosts: lb01.yourserver.io\n  remote_user: ansible\n  become: true\n  vars:\n    letsencrypt_account_email: postmaster@yourdomain.io\n    letsencrypt_account_key_content: |\n      -----BEGIN RSA PRIVATE KEY-----\n      \u003cyour letsencrypt key content\u003e\n      -----END RSA PRIVATE KEY-----\n    letsencrypt_acme_directory: https://acme-staging.api.letsencrypt.org/directory # Use https://acme-v01.api.letsencrypt.org/directory in production\n    letsencrypt_csr_email: support@yourdomain.io\n    letsencrypt_csr_country: UK\n    letsencrypt_csr_organization: Yourdomain Ltd.\n    letsencrypt_domains:\n      - fqdn: yourserver.io\n      - fqdn: subdomain.yourserver.io\n        private_key_size: 4096\n        organization: Your Another Organization Ltd.\n        email: postmaster@youranotherserver.io\n        country: UK\n  roles:\n    - letsencrypt\n```\n\nSee also: https://github.com/kressh/ansible-ssl-sync\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsedin%2Fansible-letsencrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsedin%2Fansible-letsencrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsedin%2Fansible-letsencrypt/lists"}