mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
42 lines
879 B
Plaintext
42 lines
879 B
Plaintext
---
|
|
# common items for the releng-* boxes
|
|
lvm_size: 250000
|
|
mem_size: 16384
|
|
num_cpus: 4
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [
|
|
25, 80, 443,
|
|
# For outgoing fedmsg
|
|
3000, 3001, 3002, 3003,
|
|
]
|
|
|
|
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
|
|
can_send:
|
|
- logger.log
|
|
- service: mailman
|
|
owner: mailman
|
|
group: mailman
|
|
can_send:
|
|
- mailman.receive
|
|
|
|
# Postfix main.cf
|
|
postfix_group: mailman
|
|
|
|
# Used by the mailman role
|
|
mailman_db_server: db01.phx2.fedoraproject.org
|
|
mailman_domains:
|
|
- lists.fedoraproject.org
|
|
- lists.fedorahosted.org
|
|
|
|
# by default, the number of emails in queue before we whine
|
|
nrpe_check_postfix_queue_warn: 20
|
|
nrpe_check_postfix_queue_crit: 50
|