[ansible-project] Re: variable names of variables holding environment variables :)

2014-05-12 Thread Dmitry Makovey
after tinkering with above idea I've got things working exactly how I wanted. Thanks for the tip! -- 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 ansible-pro

[ansible-project] Re: variable names of variables holding environment variables :)

2014-05-12 Thread Dmitry Makovey
that sounds like something I need. 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 ansible-project+unsubscr...@googlegroups.com. To post to this group

[ansible-project] Re: variable names of variables holding environment variables :)

2014-05-11 Thread Mikhail Koshelev
It depends on context of your actual task. Adding top-level hash will do if you can put definitions for all *_var data in a single unit. For multiple units (f.e. per-role definitions) you may try to set "hash_behaviour=merge" in ansible.cfg, though this is generally not recommended. - hosts: lo