How do ansible host_vars work?
Since the documentation is not very specific on this topic here is the order of precedence for vars in the current version of Ansible (the first item has the highest precedence): Vars set on the command line -e foo=set_on_cmd_line Vars set in the vars_files: block in the play Vars set in the vars: block in … Read more