mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
9 lines
159 B
YAML
9 lines
159 B
YAML
---
|
|
- name: Deploy OpenShift Services
|
|
hosts: "{{ g_svc_master }}"
|
|
connection: ssh
|
|
gather_facts: yes
|
|
roles:
|
|
- openshift_registry
|
|
- openshift_router
|