To support multiple websites with separate Let's Encrypt certificates, the *certbot* role needs to be applied as a dependency of each individual website role. This will allow each application to specify a different value for `certbot_domains`.
5 lines
75 B
YAML
5 lines
75 B
YAML
dependencies:
|
|
- role: certbot
|
|
certbot_domains:
|
|
- darkchestofwonders.us
|