Created
June 13, 2017 20:34
-
-
Save dav1x/903609c23124ff6f0dde2c94fa46a838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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