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
Dustin 2018-12-30 15:26:30 -06:00
parent d1a72de6b0
commit 972dbd1fdf
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,4 @@
dependencies:
- role: certbot
certbot_domains:
- darkchestofwonders.us

View File

@ -1,7 +1,6 @@
- hosts: public-web
roles:
- apache
- certbot
- websites/dustin.hatch.name
- websites/ebonfire.com
- websites/nratonpass.com