Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created June 13, 2017 16:40
Show Gist options
  • Save dav1x/50a0dc4f376b43ef3c20986efb663caa to your computer and use it in GitHub Desktop.
Save dav1x/50a0dc4f376b43ef3c20986efb663caa to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
gather_facts: no
become: no
vars_files:
- vars/main.yaml
roles:
# Group systems
- create-vm-crs-prod-ose
- instance-groups
- hosts: crs
gather_facts: yes
become: no
vars_files:
- vars/main.yaml
roles:
- rhel_subscribe
- vmware-guest-setup
- gluster-rhsm-repos
- gluster-crs-prerequisites
- gluster-ports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment