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
Peter Sprygada 6fe9a5e40c functional updates to ansible-connection (#18574)
* sends the serialized play_context into an already established connection
* hooks the alarm_handler() method in the connection plugin if it exists
* added configuration options for connect interval and retries
* adds syslog logging to Server() instance

This update will send the updated play_context back into an already
established connection in case privilege escalation / descalation activities
need to be performed.  This change will also hook the alarm_handler() method
in the connection instance (if available) and call it in case of a
sigalarm raised.

This update adds two new configuration options

* PERSISTENT_CONNECT_INTERVAL - time to wait in between connection attempts
* PERSISTENT_CONNECT_RETRIES - max number of retries
8 years ago
..
ansible always log unexpected exceptions 8 years ago
ansible-connection functional updates to ansible-connection (#18574) 8 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-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