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>
13 lines
294 B
Plaintext
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
|