websites/dcow: Add certbot role dependency
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`.
This commit is contained in:
4
roles/websites/darkchestofwonders.us/meta/main.yml
Normal file
4
roles/websites/darkchestofwonders.us/meta/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
dependencies:
|
||||
- role: certbot
|
||||
certbot_domains:
|
||||
- darkchestofwonders.us
|
||||
@@ -1,7 +1,6 @@
|
||||
- hosts: public-web
|
||||
roles:
|
||||
- apache
|
||||
- certbot
|
||||
- websites/dustin.hatch.name
|
||||
- websites/ebonfire.com
|
||||
- websites/nratonpass.com
|
||||
|
||||
Reference in New Issue
Block a user