ansible-infra/playbooks/roles/certbot
June f0c5c2b265 Convert certbot role to use standalone instead of webroot
Do this to not have dependencies on an NGINX setup.
With those dependencies in place setting up the certificates initially
would be quite painful, since a half-configured NGINX would need to be
there for the challenge and then only after the certificates are
present, the full NGINX configuration could be deployed successfully.
2023-08-02 22:46:01 +02:00
..
meta Add role for deploying certbot and setting up certificate using it 2023-08-02 20:47:22 +02:00
tasks Convert certbot role to use standalone instead of webroot 2023-08-02 22:46:01 +02:00
README.md Add role for deploying certbot and setting up certificate using it 2023-08-02 20:47:22 +02:00

Role certbot

A role for deploying Certbot and setting up certificates using it.

Note: This role doesn't take care of deleting certificates.

Required Arguments

For the required arguments look at the argument_specs.yaml.

hosts

The hosts for this role need to be the machines on which you want to make sure Certbot is deployed and given certificates are set up.