Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3. connection: local
  4. gather_facts: false
  5. user: root
  6. pre_tasks:
  7. - include_vars: ec2_vars/{{type}}.yml
  8. roles:
  9. - provision-ec2
Add Comment
Please, Sign In to add comment