[ansible-project] Re: EC2 provisioning with Ansible

2014-01-13 Thread bryan hunt
You might need to use the Vagrant to boot the EC2 instance with Ansible performing the provisioning step. Bryan On Monday, January 13, 2014 3:32:26 PM UTC, howa...@gmail.com wrote: Is it possible to fully automatic launch an EC2 instance and run the playbooks against this instance, with

[ansible-project] Re: EC2 provisioning with Ansible

2014-01-13 Thread Mark Phillips
Yes, you can, using 'register' and 'groupname'. Take a look at this playbook I did to do just that: https://github.com/phips/aws-jenkins On Monday, 13 January 2014 15:32:26 UTC, howa...@gmail.com wrote: Is it possible to fully automatic launch an EC2 instance and run the playbooks against

Re: [ansible-project] Re: EC2 provisioning with Ansible

2014-01-13 Thread James Tanner
Also: http://docs.ansible.com/guide_aws.html#example-4 On Jan 13, 2014, at 2:06 PM, Joshua Conner joshua.con...@adcolony.com wrote: Is it possible to fully automatic launch an EC2 instance and run the playbooks against this instance, with only one command? There's a good example of this in