I'm just starting out with Ansible, and I'm trying to design my Ansible catalog in an efficient way for the future. My understanding is that this is how a directory structure should look:
ansible/ group_vars/ host_vars/ library/ roles/ host_or_inventory_file playbook.yml It seems to me that over time, the ansible/ directory is going to be flooded with hundreds of host files and playbooks, and that seems so inefficient and messy that I can't believe Ansible would have designed it that way. I am going to support hundreds of customer environments with at least dozens of playbooks for each customer; putting them all in the same directory will make that directory quite difficult to read and manage, even if they all run the same set of plays/playbooks. So is my understanding of this wrong here? How does everybody else do it? What is best practice? -- 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/8948825a-2841-4478-90a1-1b407eb03b31%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
