You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/bin
James Cammarata 7ce9968ce1
Properly unlock the socket file lock in ansible-connection (#39223)
Also use a lock file per host, rather than one global file lock.

Commit 9c0275a879 introduced a bug where the lock file was only being
unlocked by the child PID of the resulting fork done in ansible-connection.
This causes delays when a large inventory causes a lot of contention on
that global lock. This patch fixes the problem by ensuring the lock is
released regardless of the fork condition, and also to use a lock file
based on the remote address of the target host, removing the global lock
bottleneck.

Fixes #38892
6 years ago
..
ansible Normalize usage of temp and tmp on tmp (#36221) 6 years ago
ansible-config 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 7 years ago
ansible-connection Properly unlock the socket file lock in ansible-connection (#39223) 6 years ago
ansible-console draft 1st release of ansible-console 8 years ago
ansible-doc Making the switch to v2 9 years ago
ansible-galaxy Making the switch to v2 9 years ago
ansible-inventory ansible-inventory cli tool (#22477) 7 years ago
ansible-playbook Making the switch to v2 9 years ago
ansible-pull Making the switch to v2 9 years ago
ansible-vault Making the switch to v2 9 years ago