mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
standardize connection variable names (#51776)
* standardize user/password connection vars * docs: use ansible_user and ansible_password * docs: var precedence for connection vars * docs: ansible_become_pass -> ansible_become_password etc
This commit is contained in:
parent
51061f8a5f
commit
953058d025
35 changed files with 120 additions and 93 deletions
|
@ -167,6 +167,13 @@ Noteworthy module changes
|
|||
Plugins
|
||||
=======
|
||||
|
||||
* Connection plugins have been standardized to allow use of ``ansible_<conn-type>_user``
|
||||
and ``ansible_<conn-type>_password`` variables. Variables such as
|
||||
``ansible_<conn-type>_pass`` and ``ansible_<conn-type>_username`` are treated
|
||||
with lower priority than the standardized names and may be deprecated in the
|
||||
future. In general, the ``ansible_user`` and ``ansible_password`` vars should
|
||||
be used unless there is a reason to use the connection-specific variables.
|
||||
|
||||
* The ``powershell`` shell plugin now uses ``async_dir`` to define the async path for the results file and the default
|
||||
has changed to ``%USERPROFILE%\.ansible_async``. To control this path now, either set the ``ansible_async_dir``
|
||||
variable or the ``async_dir`` value in the ``powershell`` section of the config ini.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue