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

Update Certbot task #4

Open
rylabs-billy opened this issue Sep 7, 2023 · 0 comments
Open

Update Certbot task #4

rylabs-billy opened this issue Sep 7, 2023 · 0 comments

Comments

@rylabs-billy
Copy link
Contributor

rylabs-billy commented Sep 7, 2023

Update certbot task to avoid using nginx plugin, in favor of static configuration from Jinja templates. Using the nginx plugin puts way too much trust and dependency on the work of that plugin, when we can be more declarative and repeatable about this.

- name: run certbot
shell:
cmd: "certbot -n --nginx --agree-tos --redirect -d {{ rdns }} -m {{ email_address }}"
run_once: true
delegate_to: "{{ groups['nomad_cluster'][0] }}"

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

1 participant