ansible/inventory/group_vars/copr_back_dev_aws
Kevin Fenzi 580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00

44 lines
1.7 KiB
Text

---
_copr_be_conf: copr-be.conf-dev
# what is the main backend service name
copr_backend_target: copr-backend.target
copr_builder_flavor_name: "ms2.builder"
copr_builder_image_name: "builder-f24"
copr_builder_key_name: "buildsys"
copr_builder_network_name: "coprdev-net"
copr_builder_security_groups: "ssh-anywhere-coprdev,default,ssh-from-persistent-coprdev"
# Copr vars
copr_hostbase: copr-be-dev
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
copr_nova_tenant_id: "a6ff2158641c439a8426d7facab45437"
copr_nova_tenant_name: "coprdev"
copr_nova_username: "copr"
csi_primary_contact: "msuchy (mirek), frostyx, praiskup IRC #fedora-admin, #fedora-buildsys"
csi_purpose: Provide the testing environment of copr's backend
csi_relationship: This host is the testing environment for the cloud infrastructure of copr's backend
# These variables are pushed into /etc/system_identification by the base role.
# Groups and individual hosts should override them with specific info.
# See http://infrastructure.fedoraproject.org/csi/security-policy/
csi_security_category: Moderate
datacenter: aws
description: copr dispatcher and repo server - dev instance
do_sign: "true"
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
# consumed by roles/copr/certbot
letsencrypt:
certificates:
copr-be-dev.cloud.fedoraproject.org:
challenge_dir: /var/lib/copr/public_html
domains:
- copr-be-dev.cloud.fedoraproject.org
mail: copr-devel@lists.fedorahosted.org
predefined_deploy_script: lighttpd
# consumed by roles/messaging/base
messaging:
certificates:
- app_name: Copr build system
key: copr
username: copr
root_auth_users: msuchy pingou frostyx praiskup schlupov
spawn_in_advance: "false"
tcp_ports: [22, 80, 443]