Created
December 14, 2017 19:24
-
-
Save alexcheng1982/6d79810b5d03c8f0d85133b96fc21465 to your computer and use it in GitHub Desktop.
Configure AWS in Ansible
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: copy aws config | |
win_template: | |
src: aws_config.ps1.j2 | |
dest: 'Z:\aws_config.ps1' | |
- name: config aws sdk tools | |
win_shell: Z:\aws_config.ps1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment