mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 16:44:22 -07:00
Merge in release notes from 1.2.1
This commit is contained in:
parent
8163518c0e
commit
4a9f72dcce
1 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,15 @@ Misc changes:
|
||||||
* added termination support to ec2 module
|
* added termination support to ec2 module
|
||||||
* --ask-sudo-pass or --sudo-user does not enable all options to use sudo in ansible-playbook
|
* --ask-sudo-pass or --sudo-user does not enable all options to use sudo in ansible-playbook
|
||||||
|
|
||||||
|
1.2.1 "Hear About It Later" -- July 4, 2013
|
||||||
|
|
||||||
|
* Connection default is now "smart", which discovers if the system openssh can support ControlPersist, and uses
|
||||||
|
it if so, if not falls back to paramiko.
|
||||||
|
* Host key checking is on by default. Disable it if you like by adding host_key_checking=False in the [default]
|
||||||
|
section of /etc/ansible/ansible.cfg or ~/ansible.cfg or by exporting ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
|
* Paramiko now records host keys it was in contact with host key checking is on. It is somewhat sluggish when doing this,
|
||||||
|
so switch to the 'ssh' transport if this concerns you.
|
||||||
|
|
||||||
1.2 "Right Now" -- June 10, 2013
|
1.2 "Right Now" -- June 10, 2013
|
||||||
|
|
||||||
Core Features:
|
Core Features:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue