On 1 April 2014 19:33, Kesten Broughton <[email protected]>wrote:
> However, i'm not clear if dropping my group_vars into > ansible/plugins/vars_plugins/group_vars.py will run before, after or > instead of lib/ansible/inventory/vars_plugins/group_vars.py? > Is there a way to specify ordering / precedence of files in a plugin > directory? Maybe just point me to the plugin loader code? > They will all run, and the order is not really defined, nor configureable, though i *think* the core plugin will run first. Plugin loader code is in lib/ansible/utils/plugins.py. The vars plugin get initialized in lib/ansible/inventory/__init__.py (at the end of the Inventory constructor) -- 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/CAEhzMJAhB4KgpqZyVN1vGLXWsMw3AQq9d72EsAa4i0bRLxea7g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
