diff options
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml new file mode 100644 index 0000000..2cd3a42 --- /dev/null +++ b/group_vars/all.yml @@ -0,0 +1,9 @@ +--- +postfix_instance: +  # The keys are the group names associated with a Postfix role, and the +  # values are the name and group (optional) of the instance dedicated +  # to that role. +  IMAP:    { name: mda                } +  MX:      { name: mta-in, group: mta } +  MTA-out: { name: mta-out,group: mta } +  MSA:     { name: msa                }  | 
