2015-03-30 21:56:07 +00:00
|
|
|
---
|
|
|
|
# Define resources for this group of hosts here.
|
|
|
|
lvm_size: 20000
|
2015-06-05 16:40:09 +00:00
|
|
|
mem_size: 8192
|
|
|
|
num_cpus: 6
|
2015-03-30 21:56:07 +00:00
|
|
|
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
|
|
# the host_vars/$hostname file
|
|
|
|
|
2015-05-19 07:59:32 +02:00
|
|
|
tcp_ports: [ 22, 25, 80, 443, 9418,
|
2015-05-18 18:31:09 +00:00
|
|
|
# This is for the pagure public fedmsg relay
|
|
|
|
9940]
|
2015-03-30 21:56:07 +00:00
|
|
|
|
2015-05-18 17:37:05 +00:00
|
|
|
# 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
|
|
|
|
|
2015-06-12 16:27:31 +00:00
|
|
|
fedmsg_prefix: io.pagure
|
|
|
|
fedmsg_env: prod
|
|
|
|
|
2015-03-30 21:56:07 +00:00
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-web
|
|
|
|
|
|
|
|
freezes: false
|
2015-04-03 11:03:45 +02:00
|
|
|
postfix_group: vpn.pagure
|
2015-03-30 21:56:07 +00:00
|
|
|
|
2015-05-14 18:07:48 +00:00
|
|
|
host_backup_targets: ['/srv/git']
|
|
|
|
dbs_to_backup: ['pagure']
|
|
|
|
|
2015-04-02 18:07:56 +02:00
|
|
|
# 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
|
2015-05-13 16:05:06 +02:00
|
|
|
git_daemon_user: git
|
2015-04-02 18:07:56 +02:00
|
|
|
|
2015-03-30 21:56:07 +00:00
|
|
|
# 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
|