Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:30
Show Gist options
  • Save alexcheng1982/7e4824458c39f35bea21350b997f7fb0 to your computer and use it in GitHub Desktop.
Save alexcheng1982/7e4824458c39f35bea21350b997f7fb0 to your computer and use it in GitHub Desktop.
Install app with roles
- name: install app
hosts: dev
gather_facts: no
vars_files:
- secret.yml
roles:
- aws
- app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment