53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 2048
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
tcp_ports: [ 22, 25, 80, 443, 9418,
|
|
# This is for the pagure public fedmsg relay
|
|
9940]
|
|
|
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
fedmsg_certs:
|
|
- service: shell
|
|
owner: root
|
|
group: sysadmin
|
|
- service: pagure
|
|
owner: git
|
|
group: apache
|
|
|
|
fedmsg_prefix: io.pagure
|
|
fedmsg_env: stg
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-web
|
|
|
|
freezes: false
|
|
env: pagure-staging
|
|
postfix_group: vpn.pagure-stg
|
|
|
|
# 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/repositories
|
|
git_daemon_user: git
|
|
|
|
# For the MOTD
|
|
csi_security_category: Low
|
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
|
csi_purpose: Run the pagure instances for fedora
|
|
csi_relationship: |
|
|
There are a few things running here:
|
|
|
|
- The apache/mod_wsgi app for pagure
|
|
|
|
- This host relies on:
|
|
- A postgres db server running locally
|
|
|
|
- Things that rely on this host:
|
|
- nothing currently
|