Skip to content
Snippets Groups Projects
Commit aa011c62 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[galene] Deploy nginx and certbot


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 3c21b2e3
No related branches found
No related tags found
1 merge request!261Galène
#!/usr/bin/env ansible-playbook
---
- hosts: galene
vars:
certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
galene: "{{ glob_galene | default({}) | combine(loc_galene | default({})) }}"
nginx: "{{ glob_nginx | default({}) | combine(service_nginx | default({})) | combine(loc_nginx | default({})) }}"
roles:
- certbot
- nginx
# - galene
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