mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
In ansible 2.8 the - character isn't supposed to be valid in group names. While we could override this, might has well just bite the bullet and change it. So, just switch all group names to use _ instead of - Signed-off-by: Kevin Fenzi <kevin@scrye.com>
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
---
|
|
_lighttpd_conf_src: "lighttpd/lighttpd_dev.conf"
|
|
|
|
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
|
|
copr_nova_tenant_id: "a6ff2158641c439a8426d7facab45437"
|
|
copr_nova_tenant_name: "coprdev"
|
|
copr_nova_username: "copr"
|
|
|
|
copr_builder_image_name: "builder-f24"
|
|
copr_builder_flavor_name: "ms2.builder"
|
|
copr_builder_network_name: "coprdev-net"
|
|
copr_builder_key_name: "buildsys"
|
|
copr_builder_security_groups: "ssh-anywhere-coprdev,default,ssh-from-persistent-coprdev"
|
|
|
|
fedmsg_enabled: "true"
|
|
|
|
do_sign: "true"
|
|
|
|
spawn_in_advance: "false"
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|
|
|
# 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
|
|
csi_primary_contact: "msuchy (mirek), frostyx, dturecek, 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
|