@ -6,6 +6,7 @@
|
||||
- import_playbook: ntp.yml
|
||||
- import_playbook: ldap-client.yml
|
||||
- import_playbook: home.yml
|
||||
- import_playbook: nullmailer.yml
|
||||
|
||||
- hosts: debian
|
||||
roles:
|
||||
|
7
plays/nullmailer.yml
Executable file
7
plays/nullmailer.yml
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts: debian,!postfix
|
||||
vars:
|
||||
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
|
||||
roles:
|
||||
- nullmailer
|
Reference in New Issue
Block a user