This commit is removing all the fedmsg related stuff from ansible repository. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
11 lines
375 B
Text
11 lines
375 B
Text
---
|
|
# 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]
|