Files
fedora-infra_ansible/inventory/group_vars/copr_front_aws

34 lines
1.1 KiB
Plaintext

---
copr_machine_type: frontend
copr_fe_homedir: /usr/share/copr/coprs_frontend
copr_frontend_public_hostname: "copr.fedorainfracloud.org"
copr_kerberos_auth_enabled: true
copr_messaging_queue: "a9b74258-21c6-4e79-ba65-9e858dc84a2b"
copr_pagure_events:
io.pagure.prod.pagure: "https://pagure.io/"
org.fedoraproject.prod.pagure: "https://src.fedoraproject.org/"
# These variables are pushed into /etc/system_identification by the base role.
# Groups and individual hosts should override them with specific info.
# consumed by roles/copr/certbot
letsencrypt:
certificates:
copr.fedorainfracloud.org:
challenge_dir: /var/www/html
domains:
- copr.fedorainfracloud.org
mail: copr-devel@lists.fedorahosted.org
predefined_deploy_script: httpd
tcp_ports: [22, 80, 443,
# node_exporter/prometheus
9100,
]
services_disabled: false
aws_ipv6_addr: "2600:1f18:8ee:ae00:9d1f:4737:93ce:6db/128"
notes: |
Provide a publicly accessible frontend for 3rd party packages (copr)
This host provides the frontend part of copr only.
It's the point of contact between end users and the copr build system (backend, package singer)