summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/create_services.yml
blob: e70709d1915b25d177d439a77d6bfbb5ea93aed6 (plain)
1
2
3
4
5
6
7
8
---
- name: Deploy OpenShift Services
  hosts: "{{ g_svc_master }}"
  connection: ssh
  gather_facts: yes
  roles:
  - openshift_registry
  - openshift_router