Skip to content

Instantly share code, notes, and snippets.

@dond00m
Created April 27, 2017 22:49
Show Gist options
  • Save dond00m/f8ce2afe02a8c16b9f732502da2bd296 to your computer and use it in GitHub Desktop.
Save dond00m/f8ce2afe02a8c16b9f732502da2bd296 to your computer and use it in GitHub Desktop.
configure.yml
---
- hosts: <EC2 Name tag or IP> # REQUIRED
become: yes
become_user: root
vars_files:
- vars/main.yml
# Can replace with include_role for task-like functions - http://docs.ansible.com/ansible/include_vars_module.html
roles:
- <role name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment