Am Mittwoch, 6. September 2017 09:56:56 UTC+2 schrieb Dick Visser: > > > [defaults] > inventory = ~/ansible/inventory.yml > roles_path = ~/ansible/roles > filter_plugins = ~/ansible/filters > > We use dot dirs, which makes it necessary to run all jobs from the Ansible directory.
$ grep '\./' ansible.cfg inventory = ./hosts.ini library = ./library roles_path = ./roles We have a repository with all Ansible files and each user using Ansible has to check out a private copy of the Ansible directory. This makes it very easy to implement changes without affecting other people. -- 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/61476af5-b089-4551-87ca-6487cd18c02f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
