1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add role vars to differentiate with role defaults

This commit is contained in:
Toshio Kuratomi 2014-12-09 09:44:57 -08:00
parent 5a9e4408df
commit ff970eabd8

View file

@ -972,7 +972,7 @@ If multiple variables of the same name are defined in different places, they win
* extra vars (-e in the command line) always win * extra vars (-e in the command line) always win
* then comes connection variables defined in inventory (ansible_ssh_user, etc) * then comes connection variables defined in inventory (ansible_ssh_user, etc)
* then comes "most everything else" (command line switches, vars in play, included vars, etc) * then comes "most everything else" (command line switches, vars in play, included vars, role vars, etc)
* then comes the rest of the variables defined in inventory * then comes the rest of the variables defined in inventory
* then comes facts discovered about a system * then comes facts discovered about a system
* then "role defaults", which are the most "defaulty" and lose in priority to everything. * then "role defaults", which are the most "defaulty" and lose in priority to everything.