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
Ganesh Nalawade bb998a3cd2 Add fix to read correct socket path recieved from ansible-connection (#27560)
Currently socket path is send from `ansible-connection` (running as background
process) over stdout. This can conflict with debug logs that are also send on
stdout resulting in incorrect socket path received by the main process.

To avoid this add a socket path delimiter string which is recevied by
main process and socket path is retrieved based on delimiter string.

This implementation will change in future when ansible-connection
framework is made more robust.
9 years ago
..
ansible bin/ansible comment typo fix (#25799) 9 years ago
ansible-config 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 9 years ago
ansible-connection Add fix to read correct socket path recieved from ansible-connection (#27560) 9 years ago
ansible-console draft 1st release of ansible-console 10 years ago
ansible-doc Making the switch to v2 11 years ago
ansible-galaxy Making the switch to v2 11 years ago
ansible-playbook Making the switch to v2 11 years ago
ansible-pull Making the switch to v2 11 years ago
ansible-vault Making the switch to v2 11 years ago