mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Set the postfix group for mailman servers
This commit is contained in:
@@ -18,5 +18,8 @@ fedmsg_certs:
|
||||
owner: mailman
|
||||
group: mailman
|
||||
|
||||
# Postfix main.cf
|
||||
postfix_group: mailman
|
||||
|
||||
# Used by the mailman role
|
||||
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 }}"
|
||||
--network=bridge=br0 --autostart --noautoconsole
|
||||
|
||||
# Postfix main.cf
|
||||
postfix_group: mailman-stg
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user