ansible/inventory/group_vars/notifs_backend
Michal Konecny 6428f8f772 Sunset github2fedmsg and fedmsg
This commit is removing all the fedmsg related stuff from ansible
repository.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-13 10:08:51 +00:00

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]