diff options
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 96f723b..77abc85 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -33,7 +33,8 @@ postfix_instance: out: { name: out, group: mta , addr: "{{ (groups.all | length > 1) | ternary( ipsec[ hostvars[groups.out[0]].inventory_hostname_short ], '127.0.0.1') }}" , port: 2525 } - MSA: { name: msa } + MSA: { name: msa + , port: 587 } lists: { name: lists , addr: "{{ (groups.all | length > 1) | ternary( ipsec[ hostvars[groups.lists[0]].inventory_hostname_short ], '127.0.0.1') }}" , port: 2527 } |