---
|
|
dependencies:
|
|
- role: 'certbot'
|
|
certbot_site_fqdn: '{{ nginx_site_fqdn }}'
|
|
certbot_site_alternate_fqdns: '{{ nginx_site_alternate_fqdns }}'
|
|
...
|