community.general/lib/ansible
Abhijit Menon-Sen 5887e96b27 Introduce a connection locking infrastructure
The lock file is (a temporary file) opened in the parent process, whose
open fd is inherited by the workers after fork, and passed down through
the PlayContext. Connection grows lock/unlock methods which can be used
by individual connection plugins.
2015-09-03 08:43:21 +05:30
..
cli galaxy fixes 2015-08-28 12:32:50 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Introduce a connection locking infrastructure 2015-09-03 08:43:21 +05:30
galaxy removed as it does not fool setup.py to include data and it must be specified in setup.py 2015-09-01 10:58:58 -04:00
inventory Remove duplicated function definition (fallout from earlier repeated merge) 2015-09-02 07:47:48 +05:30
module_utils Adds utf-8 encoding to f5 module_utils 2015-09-01 08:10:23 -07:00
modules Submodule update 2015-09-01 11:03:19 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Merge pull request #12112 from amenonsen/vault-stdio 2015-08-27 11:26:48 -07:00
playbook Introduce a connection locking infrastructure 2015-09-03 08:43:21 +05:30
plugins Introduce a connection locking infrastructure 2015-09-03 08:43:21 +05:30
template Keep newlines by default now. 2015-09-02 11:55:45 -07:00
utils Cleanup combine_vars 2015-09-01 11:23:12 -07:00
vars Cleanup combine_vars 2015-09-01 11:23:12 -07:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py actually implemented flags correctly for all priv escalation methods 2015-09-02 11:31:39 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00