Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created May 31, 2017 19:25
Show Gist options
  • Save dav1x/2681f85d2d8d74f51f25a101a85300b6 to your computer and use it in GitHub Desktop.
Save dav1x/2681f85d2d8d74f51f25a101a85300b6 to your computer and use it in GitHub Desktop.
---
- 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