Set the postfix group for mailman servers
This commit is contained in:
parent
515576b016
commit
5d57028fd6
2 changed files with 6 additions and 0 deletions
|
@ -18,5 +18,8 @@ fedmsg_certs:
|
||||||
owner: mailman
|
owner: mailman
|
||||||
group: mailman
|
group: mailman
|
||||||
|
|
||||||
|
# Postfix main.cf
|
||||||
|
postfix_group: mailman
|
||||||
|
|
||||||
# Used by the mailman role
|
# Used by the mailman role
|
||||||
mailman_dbserver: db01.phx2.fedoraproject.org
|
mailman_dbserver: db01.phx2.fedoraproject.org
|
||||||
|
|
|
@ -28,5 +28,8 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
||||||
hostname={{ inventory_hostname }}"
|
hostname={{ inventory_hostname }}"
|
||||||
--network=bridge=br0 --autostart --noautoconsole
|
--network=bridge=br0 --autostart --noautoconsole
|
||||||
|
|
||||||
|
# Postfix main.cf
|
||||||
|
postfix_group: mailman-stg
|
||||||
|
|
||||||
# Used by the mailman role
|
# Used by the mailman role
|
||||||
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue