ansible/inventory/group_vars/mailman
2014-10-17 09:12:08 +00:00

31 lines
741 B
Text

---
# common items for the releng-* boxes
lvm_size: 250000
mem_size: 4096
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 25, 80, 443, 3000, 3001 ]
fas_client_groups: sysadmin-tools,sysadmin-main
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
- service: mailman
owner: mailman
group: mailman
# Postfix main.cf
postfix_group: mailman
# Used by the mailman role
mailman_db_server: db01.phx2.fedoraproject.org
mailman_url: lists.fedoraproject.org
# by default, the number of emails in queue before we whine
nrpe_check_postfix_queue_warn: 20
nrpe_check_postfix_queue_crit: 50