ansible/plays/reverse-proxy.yml

10 lines
236 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: reverseproxy
vars:
certbot: '{{ glob_certbot | default({}) | combine(loc_certbot | default({})) }}'
mirror: '{{ glob_mirror.name }}'
roles:
- certbot
- nginx-reverseproxy