Dears, I have just started checking out Ansible to handle automation on a set of dedicated servers. I have built a fact file to collect information about the application that we want to handle.
For segregation purposes, i should move the fact files to a new location on the servers. I did move the fact files to /opt/[company]/scripts/ansible/facts.d. Then I updated ansible.cfg and added "fact_path=/opt/[company]/scripts/ansible/facts.d" --> this did not work I then updated inventory file and added group var "fact_path" for each group i use --> this did not work I finally added "fact_path" for each host entry in inventory ... --> this did not work Where should i define fact_path ? ( preferably in a central location ... not to update all playbooks used ) Thanks. J -- 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/27b0892b-b454-4793-9e49-aa4151206553%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
