36 lines
868 B
Text
36 lines
868 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 250000
|
|
mem_size: 8192
|
|
num_cpus: 4
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [ 22, 25, 80, 443 ]
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-web,fi-apprentice
|
|
|
|
freezes: false
|
|
postfix_group: vpn
|
|
|
|
# Configuration for the git-daemon/server
|
|
git_group: git
|
|
git_port: 9418
|
|
git_server: /usr/libexec/git-core/git-daemon
|
|
git_server_args: --export-all --syslog --inetd --verbose
|
|
git_basepath: /srv/git/
|
|
git_daemon_user: git
|
|
|
|
# For the MOTD
|
|
csi_security_category: Low
|
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
|
csi_purpose: Run the fedorahosted.org instances
|
|
csi_relationship: |
|
|
There are a few things running here:
|
|
|
|
- Apache to service cgit and other content
|
|
|
|
- Git repos
|
|
|
|
- This host is not yet in service.
|