Created
December 14, 2017 19:30
-
-
Save alexcheng1982/7e4824458c39f35bea21350b997f7fb0 to your computer and use it in GitHub Desktop.
Install app with roles
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
- 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