summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/create_services.yml
blob: c85db52347c8b6fc10a1a409177a6262ddace2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Debug Deploy OpenShift Services
  hosts: localhost
  gather_facts: no
  tasks:
  - debug: var=create_services__master

- name: Deploy OpenShift Services
  hosts: "{{ create_services__master }}"
  connection: ssh
  gather_facts: yes
  roles:
  - openshift_registry
  - openshift_router