I want to get an idea what the recommended way of organizing your files 
would be around doing the following:


   1. Provision N EC2 instances of a specific size with appropriate AMI 
   (CentOS + Docker)
   2. Create container on each instance running Image A
   3. Create container on each instance running Image B
   4. Provision ELBs to provide HTTP access to the services


Specifically, I'm wondering what role people would put the EC2 instance 
creation and ELB provisioning under.  I currently have roles for deploying 
Image A and Image B, but the tasks for setting up the ELBs and EC2 
instances respectively are just sitting in my playbook.  

My initial temptation is to create a variablized EC2 instance provisioning 
role, but all it's doing is putting a thin wrapper over the EC2 module.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dd340124-b15b-46f5-bc24-370f8716078b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to