mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-25 14:31:56 +08:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 6144
|
|
num_cpus: 4
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
# No fedmsg publication... no ports.
|
|
tcp_ports: []
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
|
|
|
# For performance measurement.. for now. This can be removed whenever.
|
|
fedmsg_loglevel: DEBUG
|