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.
mitogen/ansible_mitogen
David Wilson 2ad0d0521d ansible: reload /etc/resolv.conf for each task.
The OpenShift installer modifies /etc/resolv.conf then tests the new
resolver configuration, however, there was no mechanism to reload
resolv.conf in our reuseable interpreter.

https://github.com/openshift/openshift-ansible/blob/release-3.9/roles/openshift_web_console/tasks/install.yml#L137

This inserts an explicit call to res_init() for every new style
invocation, with an approximate cost of ~1usec on Linux since glibc
verifies resolv.conf has changed before reloading it.

There is little to be done for users of the thread-safe resolver APIs,
their state is hidden from us. If bugs like that manifest, whack-a-mole
style 'del sys.modules[thatmod]' patches may suffice.
6 years ago
..
plugins ansible: missing mitogen_su module. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
connection.py issue #218: ansibe: use Secret and Blob types. 6 years ago
logging.py master: annotate LogForwarder messages. 6 years ago
mixins.py ansible: stop passing through remote_tmp variable 6 years ago
planner.py ansible: stop passing through remote_tmp variable 6 years ago
process.py ansible: avoid a race during shutdown. 6 years ago
runner.py ansible: reload /etc/resolv.conf for each task. 6 years ago
services.py issue #218: ansibe: use Secret and Blob types. 6 years ago
strategy.py setns: support changing user. 6 years ago
target.py tests: more ansible fixes from recent brakage. 6 years ago