# HG changeset patch # User Oleksandr Gavenko # Date 1602454121 -10800 # Node ID 27921ee2c781fbb949f9c0830ff9878a29c22232 # Parent 667c1018b3bd0fa1026112817bbbe2dc28fc42fe Search path. diff -r 667c1018b3bd -r 27921ee2c781 ansible.rst --- a/ansible.rst Wed Sep 02 14:30:38 2020 +0300 +++ b/ansible.rst Mon Oct 12 01:08:41 2020 +0300 @@ -64,4 +64,21 @@ https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html Module defaults. +https://docs.ansible.com/ansible/latest/reference_appendices/special_variables.html + Magic variables. +Search path +=========== + +Files, templates, variables definitions are looked in ``files``, ``templates``, ``vars`` role / play +directories first, then in the base directory for role / play. + +https://docs.ansible.com/ansible/latest/user_guide/playbook_pathing.html + Search paths in Ansible. + +Templates +========= + +https://docs.ansible.com/ansible/latest/user_guide/playbooks_templating.html + Templating (Jinja2). +