26 lines
574 B
Text
26 lines
574 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_dbserver: db01.phx2.fedoraproject.org
|