Created
May 31, 2017 19:25
-
-
Save dav1x/2681f85d2d8d74f51f25a101a85300b6 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: new_nodes | |
gather_facts: yes | |
become: yes | |
serial: 1 | |
roles: | |
- instance-groups | |
- aws-rhsm-subscription | |
- hosts: new_nodes | |
gather_facts: no | |
become: yes | |
roles: | |
- rhsm-repos | |
- prerequisites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment