create_services.yml 159 B

12345678
  1. ---
  2. - name: Deploy OpenShift Services
  3. hosts: "{{ g_svc_master }}"
  4. connection: ssh
  5. gather_facts: yes
  6. roles:
  7. - openshift_registry
  8. - openshift_router