Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.1.1 not published on ansible galaxy #210

Open
gclawes opened this issue Apr 29, 2024 · 2 comments
Open

5.1.1 not published on ansible galaxy #210

gclawes opened this issue Apr 29, 2024 · 2 comments

Comments

@gclawes
Copy link

gclawes commented Apr 29, 2024

Version 5.1.1 with certbot_create_extra_args support is not published on Ansible Galaxy: https://galaxy.ansible.com/ui/standalone/roles/geerlingguy/certbot/versions/

@chrisdecker1201
Copy link

@JoeNyland
Copy link

I've worked around this issue by installing 5.1.1 from GitHub, rather than Ansible Galaxy:

diff --git a/requirements.yml b/requirements.yml
index 31e64a7..8d978f0 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -41,5 +41,7 @@ roles:
   - name: joenyland.zfs
     src: https://github.com/JoeNyland/ansible-zfs-role
   - name: geerlingguy.certbot
+    src: https://github.com/geerlingguy/ansible-role-certbot
+    version: 5.1.1
   - src: nginxinc.nginx
   - src: nginxinc.nginx_config

I understand this doesn't fix it, but it at least allows me to use certbot_create_extra_args to use an internal ACME server URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants