mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +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>
21 lines
941 B
Plaintext
21 lines
941 B
Plaintext
---
|
|
ansible_ifcfg_blacklist: True
|
|
createrepo: False
|
|
host_group: kojibuilder
|
|
fas_client_groups: sysadmin-releng
|
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
|
|
|
koji_hub_nfs: "fedora_koji"
|
|
koji_server_url: "https://koji.stg.fedoraproject.org/kojihub"
|
|
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
|
koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
|
|
|
csi_security_category: High
|
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
|
csi_purpose: Koji service employs a set of machines to build packages for the Fedora project. This playbook builds vm builders.
|
|
csi_relationship: |
|
|
* VMs built on top of a s390x LPAR
|
|
* Relies on koji-hub, Packages, PkgDB, apache, fedmsg, fas, virthost, and is monitored by nagios
|
|
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
|
* Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new
|