Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:24
Show Gist options
  • Save alexcheng1982/6d79810b5d03c8f0d85133b96fc21465 to your computer and use it in GitHub Desktop.
Save alexcheng1982/6d79810b5d03c8f0d85133b96fc21465 to your computer and use it in GitHub Desktop.
Configure AWS in Ansible
- 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