ansible/inventory/group_vars/copr_front_aws
iamyaash b3d6a90b9a motd generic template added
migrated notes from infra/hosts

motd changes; excluding CSI infos

removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes

fixed merge conflicts

minor changes; var

updating YAMLs & playbooks

udpated YAMLs & playbooks again

updated correctly; buildhw.yml

fixing merge conflicts

dest added in motd.yml
2025-01-28 01:10:14 +00:00

33 lines
1.1 KiB
Text

---
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)