|
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: belenios
|
|
vars:
|
|
belenios: "{{ glob_belenios | default({}) | combine(loc_belenios | default({})) }}"
|
|
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
|
|
roles:
|
|
- belenios
|
|
- logos
|