templier-ansible/plays/nullmailer.yml
Yohann D'ANELLO 361125e4a5
Deploy nullmailer
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-06-04 15:56:40 +02:00

8 lines
189 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: debian,!postfix
vars:
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
roles:
- nullmailer