diff options
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r-- | group_vars/all.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 5755086..18c488a 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,16 +1,17 @@ --- 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: mx, group: mta } MTA-out: { name: mta-out,group: mta } MSA: { name: msa } webmail: { name: webmail } MTA_out: { IPv4: outgoing.fripost.org, port: 2525 } LDA: { IPv4: lda.fripost.org, port: 2526 } LDAP_provider: host1.libvirt.guilhem.org NTP_master: host1.libvirt.guilhem.org +IMAP: host1.libvirt.guilhem.org |