Hi everyone,
I found some references that the “hostvars” variable is lazy loaded (https://groups.google.com/forum/#!topic/ansible-project/1Ub2HTgSN6Q , https://docs.ansible.com/ansible/latest/reference_appendices/special_variables.html), but I am unable to find any official documentation or source code on this.
I’d like to understand the process of accessing the hostvars of another process as we are having some security concerns about one host editing other hosts variables and we want to make sure that this is not possible.
Can someone point me towards a documentation or source code?