I have a project which includes setting up 5 different servers on EC2, each 
with 2-3 roles.
So far, I created 3 file for each server:

   - X-provisioning, which create the EC2 instance using module: ec2
   - X-prepare, which apply the relevant roles for the server
   - X-setup, which includes the two types above
   
With more servers type, the project root dir is becoming crowded.
Is there a way to move the above files to a (new?) role?
In particular should, the X-provisioning be in a role?
What is a good practice for such project structure?

Thanks
Tzach

-- 
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/4fc3f083-047b-4561-849f-0dcfc42d5d60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to