mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Rename ansible_ssh_{host,port,user} in docs to ansible_*
The _ssh variants will continue to work, but the shorter, more generic names are preferred now.
This commit is contained in:
parent
6dac8512a1
commit
f56a6e0951
6 changed files with 23 additions and 23 deletions
|
@ -732,7 +732,7 @@ a use for it.
|
|||
If multiple variables of the same name are defined in different places, they win in a certain order, which is::
|
||||
|
||||
* 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_user, 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 facts discovered about a system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue