mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This is already done on os-control01, just adding it here, so it's in ansible as well. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
21 lines
342 B
YAML
21 lines
342 B
YAML
---
|
|
- name: Configure OpenShift administrators
|
|
hosts: os_control_stg:os_control
|
|
gather_facts: false
|
|
|
|
roles:
|
|
- role: openshift/cluster
|
|
cluster_appowners:
|
|
- abompard
|
|
- darknao
|
|
- dkirwan
|
|
- jrichardson
|
|
- kevin
|
|
- lenkaseg
|
|
- t0xic0der
|
|
- ryanlerch
|
|
- james
|
|
- gwmngilfen
|
|
- nphilipp
|
|
- zlopez
|