diff --git a/plays/galene.yml b/plays/galene.yml new file mode 100755 index 00000000..a60aaf31 --- /dev/null +++ b/plays/galene.yml @@ -0,0 +1,11 @@ +#!/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