1
0
mirror of https://github.com/golderweb/ansible-dotqmail.git synced 2026-04-18 04:16:31 +02:00

Prepare defaults and vars

Especially to be conform to RFC 2142 there are some predefinitions
needed
Also we need to make sure that those always are applied except they are
explicitly overwritten

https://tools.ietf.org/html/rfc2142
This commit is contained in:
2016-09-09 22:44:56 +02:00
parent b7ec1a1e3f
commit 42281b1bb5
3 changed files with 18 additions and 0 deletions

View File

@@ -1,2 +1,9 @@
---
# vars file for dotqmail
# combine dotqmail_default_files from role's default with configuration
# Will make sure that every dotqmail file from default config will be present
# the content hence can be adjusted by defining the extention in e.g. inventory
# which will be prefered
# This is done to be conform with rfc2142
dotqmail_files: "{{dotqmail_default_files|combine(dotqmail_config_files)}}"