ansible/inventory/group_vars/osbs_control
Kevin Fenzi 703def6635 osbs: fix group names for - to _ conversion
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-01 19:21:41 +00:00

16 lines
600 B
Text

---
# Define resources for this group of hosts here.
fas_client_groups: sysadmin-releng,sysadmin-noc,sysadmin-veteran,sysadmin-osbs
sudoers: "{{ private }}/files/sudo/osbs-sudoers"
# Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook
osbs_url: "osbs.fedoraproject.org"
inventory_filename: "cluster-inventory"
cluster_masters_group: "osbs_masters"
cluster_nodes_group: "osbs_nodes"
cluster_infra_group: "osbs_masters"
# Aarch64 variables
aarch_masters_group: "osbs_aarch64_masters"
aarch_nodes_group: "osbs_aarch64_nodes"
aarch_infra_group: "osbs_aarch64_masters"