ansible/inventory/group_vars/koschei-web-stg

44 lines
1.3 KiB
Text
Raw Normal View History

2016-04-14 21:48:15 +02:00
---
# Define resources for this group of hosts here.
lvm_size: 8000
2017-11-30 19:17:55 +00:00
mem_size: 2048
2016-04-14 21:48:15 +02:00
num_cpus: 1
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
koschei_topurl: https://apps.stg.fedoraproject.org/koschei
# koschei database on pgbdr.stg is in inconsistent state, so we're
# using non-BDR db01.stg for now.
koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org
2016-04-15 12:59:16 +00:00
koschei_kojipkgs: koji.stg.fedoraproject.org
2016-04-14 21:48:15 +02:00
koschei_koji_web: koji.stg.fedoraproject.org
2018-02-08 12:28:19 +01:00
koschei_oidc_provider: id.stg.fedoraproject.org
koschei_bugzilla: bugzilla5.redhat.com
2016-04-14 21:48:15 +02:00
2018-02-08 12:28:19 +01:00
koschei_oidc_client_secret: "{{ koschei_oidc_client_secret_stg }}"
koschei_oidc_crypto_secret: "{{ koschei_oidc_crypto_secret_stg }}"
2016-04-14 21:48:15 +02:00
tcp_ports: [ 80, 443 ]
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',
]
fas_client_groups: sysadmin-koschei,fi-apprentice,sysadmin-noc,sysadmin-veteran
2016-04-14 21:48:15 +02:00
freezes: false
# For the MOTD
csi_security_category: Low
csi_primary_contact: Fedora admins - admin@fedoraproject.org
csi_purpose: Koschei continuous integration system
csi_relationship: |
This machine depends on:
- PostgreSQL DB server
2018-05-22 08:24:18 +00:00
- Pagure API on dist-git
2016-04-14 21:48:15 +02:00
- bastion (for mail relay)
- memcached01