Created
June 13, 2017 16:40
-
-
Save dav1x/50a0dc4f376b43ef3c20986efb663caa 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