Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created June 13, 2017 20:34
Show Gist options
  • Save dav1x/903609c23124ff6f0dde2c94fa46a838 to your computer and use it in GitHub Desktop.
Save dav1x/903609c23124ff6f0dde2c94fa46a838 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