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`.jenkins-master
parent
d1a72de6b0
commit
972dbd1fdf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue