Skip to content
Snippets Groups Projects
Commit 70001b92 authored by Enrico Stano's avatar Enrico Stano
Browse files

Create SSL certificates

parent c9a9cafe
No related branches found
No related tags found
No related merge requests found
......@@ -45,3 +45,11 @@
- limesurvey_user: limesurvey
- limesurvey_group: limesurvey
- role: discourse
- role: vendor/coopdevs.certbot_nginx
vars:
letsencrypt_email: info@coopdevs.org
- role: letsencrypt
vars:
domain_names:
- community.coopdevs.org
- forms.coopdevs.org
- src: coopdevs.certbot_nginx
version: 0.0.3
- src: geerlingguy.postgresql
version: 1.3.1
- src: geerlingguy.php
......
---
- name: Install SSL certificates
include_role:
name: vendor/coopdevs.certbot_nginx
tasks_from: certificate.yml
with_items: "{{ domain_names }}"
loop_control:
loop_var: domain_name
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment