mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
This commit is removing all the fedmsg related stuff from ansible repository. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
deployment_type: prod
|
|
# For performance measurement.. for now. This can be removed whenever.
|
|
lvm_size: 65536
|
|
max_mem_size: "{{ mem_size }}"
|
|
mem_size: 24576
|
|
num_cpus: 8
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
tcp_ports: [3000, 3001, 3002, 3003, 3004, 3005]
|