mirror of https://github.com/ansible/ansible.git
* [2.7] Don't fail if a remote_addr with a '/' hits ansible_connection (#49781)
* Fail if a remote_addr with a '/' hist ansible_connection
This is _probably_ a CIDR block, but anything with a slash will fail,
so no need to try to parse to make sure
* Locks are now per-socket_path.
Locks use the same value as socket_path. Locks are also cleaned up in
shutdown like sockets.
(cherry picked from commit 61a649c)
Co-authored-by: Nathaniel Case <this.is@nathanielca.se>
* Add changelog
pull/50616/head
parent
47228b8cf1
commit
bfa41db5f0
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- Changes how ansible-connection names socket lock files. They now use
|
||||||
|
the same name as the socket itself, and as such do not lock other
|
||||||
|
attempts on connections to the same host, or cause issues with
|
||||||
|
overly-long hostnames.
|
||||||
Loading…
Reference in New Issue