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

30 lines
1.0 KiB
Plaintext

---
custom_rules:
- '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT'
- '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT'
nft_custom_rules:
- 'add rule ip filter INPUT ip saddr 10.5.78.11 tcp dport 2049 counter accept'
- 'add rule ip filter INPUT ip saddr 10.5.78.11 tcp dport 5432 counter accept'
env: production
freezes: false
ipa_client_shell_groups:
- retrace
ipa_client_sudo_groups:
- retrace
ipa_host_group: retrace
ipa_host_group_desc: Retrace servers
nrpe_procs_crit: 2000
nrpe_procs_warn: 1800
primary_auth_source: ipa
tcp_ports: [80, 443]
vpn: true
notes: |
Provide a web interface and backend for ABRT Analytics and Retrace Server.
Three services run on this server:
* An Apache httpd serves the web interface and backed functionality for ABRT Analytics.
* The same server provides the HTTP endpoints for Retrace Server to allow remote retracing of crashes in Fedora.
* PostgreSQL server for ABRT Analytics.
The retracing functionality relies on the debuginfod server (debuginfod.fedoraproject.org).