what version of ansible? I just tested this and play vars override inventory (the one exception is ansible_ vars which are normally used for a particular host's connection info).
On Fri, Nov 7, 2014 at 7:35 AM, Piotr Gosławski <[email protected]> wrote: > From > http://docs.ansible.com/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable > > If multiple variables of the same name are defined in different places, >> they win in a certain order, which is: >> > * -e variables always win > * then comes "most everything else" > * then comes variables defined in inventory > * then comes facts discovered about a system > * then "role defaults", which are the most "defaulty" and lose in priority to > everything. > > But when I define a variable both in play and in the inventory, the value > from the inventory is used. > > Bug / docs not up to date / I'm missing something? > > -- > 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/18e94848-028e-41d0-a856-2feeeb5f851f%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/18e94848-028e-41d0-a856-2feeeb5f851f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Brian Coca -- 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/CAJ5XC8m8Hz6CMCrAvUvOzFw-1RTvyk_ZQmifQBcfNoJqD0eU7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
