I currently have been putting both hosts and host related variables into the /etc/ansible/hosts file with variables such as this:
[myhosts] host1 host2 [host1] host1.domain [host1:vars] var1="Some data" var2="Some other data" tag1=myTag [host2] host2.domain [host2:vars] ... etc. This all works but is not overly scalable as the number of servers grows. How can I break this up into a more directory based structure so that things can scale better with many servers. I've tried to read through information on host_vars and group_vars but have not succeeded in getting the syntax set up properly to mimic what I have working with the hosts file. Can someone help me figure out directory structure, naming, and setup to get that working? Thanks! -- 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/a5f348cc-603c-42b0-96dd-47b55a732b69%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
