10 lines
285 B
YAML
Executable File
10 lines
285 B
YAML
Executable File
#!/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
|
|
- nullmailer
|