Files
fedora-infra_ansible/inventory/group_vars/notifs_web
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

13 lines
294 B
Plaintext

---
# Define resources for this group of hosts here.
deployment_type: prod
lvm_size: 20000
mem_size: 1024
num_cpus: 2
tcp_ports: [80]
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
wsgi_fedmsg_service: fmn
wsgi_procs: 2
wsgi_threads: 2