I just tried the alternative approach that I was thinking about and this is 
working however two problems

- A lot of configuration repetition between projects that are different but 
similar. I guess it's a balance between finding configuration in multiple 
places and less repetition vs. one config file with repetition.
- No way to target all of the hosts across all our projects to apply a 
patch or similar ad-hoc

- playbooks/
   - (as before)
   - project/
     - group_vars/
       - all/
       - web/
     - templates/
       - iptables/
         - web/
     - ansible.cfg
     - hosts
     - site.yml <-- just includes web.yml
     - web.yml


-- 
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/b68c43aa-e394-4500-a3e7-4bdd7c5863ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to