ansible/inventory/group_vars/osbs_control

17 lines
600 B
Text
Raw Normal View History

---
# 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"