1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/people

32 lines
1.1 KiB
Text
Raw Normal View History

---
blocked_ips: []
clamscan_mailto: admin@fedoraproject.org
clamscan_paths:
- /srv/
# For the MOTD
2015-07-20 15:30:28 +00:00
# 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 {{nft_table_filter}} INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept']
git_basepath: /
git_daemon_user: nobody
2015-07-09 15:50:19 +00:00
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.