ansible/inventory/group_vars/pagure

56 lines
1.3 KiB
Text
Raw Normal View History

---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 8192
num_cpus: 6
# 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]
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
fedmsg_prefix: io.pagure
fedmsg_env: prod
fas_client_groups: sysadmin-noc,sysadmin-web
freezes: false
postfix_group: vpn.pagure
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
git_daemon_user: git
2015-04-02 18:07:56 +02: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