Skip to content

Instantly share code, notes, and snippets.

@sidneiweber
Created December 27, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidneiweber/a59cfe0e7de5e2d410b8cdf0c2030528 to your computer and use it in GitHub Desktop.
Save sidneiweber/a59cfe0e7de5e2d410b8cdf0c2030528 to your computer and use it in GitHub Desktop.
# cat deploy.yml
- hosts: localhost
gather_facts: no
roles:
- role: launch
name: win
- hosts: win
roles:
- deploy
- hosts: localhost
gather_facts: no
connection: local
roles:
- build-ami
- terminate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment