Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created July 18, 2017 20:45
Show Gist options
  • Save dav1x/ab5bdd9c0f333e34ad490bd89bf53a28 to your computer and use it in GitHub Desktop.
Save dav1x/ab5bdd9c0f333e34ad490bd89bf53a28 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
vars_files:
- vars/main.yaml
roles:
- create-vm-prod-ose
- name: fulfill OSE3 prerequisites on production hosts roles
hosts: production_group
vars_files:
- vars/main.yaml
roles:
- rhel_subscribe
- vmware-guest-setup
ignore_errors: yes
- hosts: localhost
gather_facts: yes
vars_files:
- vars/main.yaml
roles:
- instance-groups
- include: ../../../playbooks/prerequisite.yaml
- include: ../../../playbooks/openshift-storage.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment