mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
CHANGELOG update for the new accelerate remote_user feature
This commit is contained in:
parent
e6aeb191d5
commit
193657e635
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Major features/changes:
|
||||||
* ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg
|
* ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg
|
||||||
* localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
|
* localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
|
||||||
* git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols.
|
* git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols.
|
||||||
|
* when using accelerate mode, the daemon will now be restarted when specifying a different remote_user between plays.
|
||||||
|
|
||||||
|
|
||||||
New modules:
|
New modules:
|
||||||
|
|
Loading…
Reference in a new issue