Skip to content

Commit

Permalink
Update docs/docsite/rst/playbook_guide/playbooks_variables.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Don Naro <[email protected]>
  • Loading branch information
amarao and oraNod authored Dec 6, 2024
1 parent 33e912e commit 43c60de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docsite/rst/playbook_guide/playbooks_variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,13 @@ Ansible does apply variable precedence, and you might have a use for it. Here is
#. role defaults (as defined in :ref:`Role directory structure <role_directory_structure>`) [1]_
#. variables for group "all" defined inside of an inventory file or script [2]_
#. other group vars defined inside of an inventory file or script [2]_
#. inventory group_vars/all (a file in the directory group_vars/ adjacent to the inventory) [3]_
#. playbook group_vars/all (a file in the directory group_vars/ adjacent to the playbook) [3]_
#. inventory group_vars/* (a file in the directory group_vars/ adjacent to the inventory) [3]_
#. playbook group_vars/* (a file in the directory group_vars/ adjacent to the playbook) [3]_
#. inventory ``group_vars/all`` (a file in the ``group_vars/`` directory that is adjacent to the inventory) [3]_
#. playbook ``group_vars/all`` (a file in the ``group_vars/`` directory that is adjacent to the playbook) [3]_
#. inventory ``group_vars/*`` (a file in the ``group_vars/`` directory that is adjacent to the inventory) [3]_
#. playbook ``group_vars/*`` (a file in the ``group_vars/`` directory that is adjacent to the playbook) [3]_
#. host vars defined in an inventory file or script [2]_
#. inventory host_vars/* (a file in the directory host_vars/ adjacent to the inventory) [3]_
#. playbook host_vars/* (a file in the directory host_vars/ adjacent to the inventory) [3]_
#. inventory ``host_vars/*`` (a file in the ``host_vars/`` directory that is adjacent to the inventory) [3]_
#. playbook ``host_vars/*`` (a file in the ``host_vars/`` directory that is adjacent to the inventory) [3]_
#. host facts / cached set_facts [4]_
#. play vars (defined in the section vars for the play)
#. play vars_prompt
Expand Down

0 comments on commit 43c60de

Please sign in to comment.