Skip to content

adenot/blog-ansible-provision-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allandenot.com - blog

Ansible Provisioning EC2 hosts

Usage:

Create a variables file using ec2_vars/sample.yml as a template.

E.g.

cp ec2_vars/sample.yml ec2_vars/webservers.yml
vi ec2_vars/webservers.yml

After setting all variables, run it:

ansible-playbook -vv -i localhost, -e "type=webservers" provision-ec2.yml

More info: http://allandenot.com/devops/2015/01/31/provisioning-ec2-hosts-with-ansible.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published