ansible/plays/roundcube.yml

10 lines
270 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: roundcube
vars:
nginx: "{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}"
roundcube: "{{ glob_roundcube | default({}) | combine(loc_roundcube | default({})) }}"
roles:
- roundcube
- nginx