{"id":16779793,"url":"https://github.com/petermosmans/ansible-role-letsencrypt","last_synced_at":"2025-10-24T23:02:32.155Z","repository":{"id":34955585,"uuid":"39030849","full_name":"PeterMosmans/ansible-role-letsencrypt","owner":"PeterMosmans","description":"Ansible role for installation of letsencrypt client","archived":false,"fork":false,"pushed_at":"2016-04-15T04:55:54.000Z","size":19,"stargazers_count":18,"open_issues_count":2,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-23T06:29:04.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/PeterMosmans.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}},"created_at":"2015-07-13T18:48:50.000Z","updated_at":"2016-07-04T04:33:33.000Z","dependencies_parsed_at":"2022-09-01T22:50:36.763Z","dependency_job_id":null,"html_url":"https://github.com/PeterMosmans/ansible-role-letsencrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-letsencrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-letsencrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-letsencrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-letsencrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterMosmans","download_url":"https://codeload.github.com/PeterMosmans/ansible-role-letsencrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243924055,"owners_count":20369647,"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":[],"created_at":"2024-10-13T07:32:24.605Z","updated_at":"2025-10-24T23:02:32.149Z","avatar_url":"https://github.com/PeterMosmans.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Role: letsencrypt\n=========\n\nBuild status for this role: [![Build Status](https://travis-ci.org/PeterMosmans/ansible-role-letsencrypt.svg)](https://travis-ci.org/PeterMosmans/ansible-role-letsencrypt)\n\n\n\nThis role installs the latest git version of the Let's Encrypt Client: Getting and installing SSL/TLS certificates made easy. See for more information https://letsencrypt.readthedocs.org/en/latest/index.html\n\n\nRequirements\n------------\n\nlibssl-dev (or manually installed openssl development headers, libcrypto and libssl libraries)\n\n\nRole Variables\n--------------\n\nAvailable variables are listed below, along with default values:\n\n**letsencrypt_git**: The location where the git repository will be cloned to locally. The default location can be found in ```defaults/main.yml```.\n```\nletsencrypt_git: /var/git/letsencrypt\n```\n\n\n\n**letsencrypt_venv**: The location where the let's encrypt binaries will be stored (virtual Python environment). The default location can be found in ```defaults/main.yml```.\n```\nletsencrypt_venv: /usr/local/bin/letsencrypt \n```\n\nDependencies\n------------\n\nNone.\n\n\nExample Playbook\n----------------\n\n```\n- hosts: all\n  become: yes\n  become_method: sudo\n  roles:\n    - role: PeterMosmans.letsencrypt\n```\nThis example clones the letsencrypt client to the default location (```/var/git/letsencrypt```) and installs the virtual environment under ```/usr/local/bin/letsencrypt```. Afterwards, the binaries can be found under ```/usr/local/bin/letsencrypt/bin```.\nThe virtual environment can be activated using ```source /usr/local/bin/lensencrypt/bin/activate```, after which you can just use the ```letsencrypt``` command without preceding path. See for more information https://letsencrypt.readthedocs.org/en/latest/index.html\n\n\n\n\nLicense\n-------\n\nGPLv3\n\n\nAuthor Information\n------------------\n\nCreated by Peter Mosmans.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Fansible-role-letsencrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermosmans%2Fansible-role-letsencrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Fansible-role-letsencrypt/lists"}