This is needed because letsencrypt uses port 80 to validate the site. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
41 lines
1 KiB
Text
41 lines
1 KiB
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 4096
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
custom_rules: [
|
|
# Need for rsync from log01 for logs.
|
|
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
|
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
|
]
|
|
|
|
tcp_ports: [80, 443, 6523, 9418]
|
|
|
|
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-veteran
|
|
|
|
freezes: false
|
|
|
|
git_port: 9418
|
|
git_server: /usr/libexec/git-core/git-daemon
|
|
git_server_args: --export-all --syslog --inetd --verbose
|
|
git_basepath: /srv/web
|
|
git_daemon_user: nobody
|
|
|
|
# For the MOTD
|
|
csi_security_category: Low
|
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
|
csi_purpose: Run the 'infinote' backend for gobby
|
|
csi_relationship: |
|
|
There are a few things running here:
|
|
|
|
- infinote server for gobby
|
|
- cgit server to serve gobby content
|
|
- web server
|
|
|
|
- This host relies on: Nothing
|
|
|
|
- Things that rely on this host: Nothing
|