ansible/plays/roundcube.yml

11 lines
271 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