ansible/inventory/group_vars/people
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

32 lines
1.1 KiB
Text

---
blocked_ips: []
clamscan_mailto: admin@fedoraproject.org
clamscan_paths:
- /srv/
# For the MOTD
# Neeed for rsync from log01 for logs.
custom_rules: ['-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT']
nft_custom_rules: ['add rule ip filter INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept']
git_basepath: /
git_daemon_user: nobody
git_port: 9418
git_server: /usr/libexec/git-core/git-daemon
git_server_args: --export-all --syslog --inetd --verbose
# fedora-contributors is an umbrella group containing all others
ipa_client_shell_groups:
- fedora-contributor
ipa_client_sudo_groups:
- sysadmin-tools
ipa_host_group: people
ipa_host_group_desc: A place for people to host things
primary_auth_source: ipa
vpn: true
notes: |
* Provide hosting space for Fedora contributors and Fedora Planet
* shell accounts and web space for fedora contributors
* web space for personal yum repos
* shared space for small group/personal git repos
Please be aware that this is a shared server, and you should not upload Private/Secret SSH or GPG keys onto this system.
Any such keys found will be deleted.