community.general/lib/ansible/runner
Björn Andersson 65e4f2b2bc Add filter to turn a string into a UUID
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd), which uses UUIds to
distinguish the agents from each other.

It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
2015-01-21 08:07:17 +08:00
..
action_plugins Do not send stat all the parameters that unarchive received 2015-01-13 09:42:37 -08:00
connection_plugins Strip the line to filter lines composed of only whitespaces 2014-12-13 20:56:06 +01:00
filter_plugins Add filter to turn a string into a UUID 2015-01-21 08:07:17 +08:00
lookup_plugins fine tuned lookup/templating errors 2014-11-26 22:06:37 -05:00
shell_plugins Fix PowerShell plugin issues affecting fetch module when used against Windows hosts. 2014-12-01 22:18:35 -05:00
__init__.py Merge pull request #9702 from bcoca/better_errors_on_delegate 2015-01-19 15:25:01 -05:00
connection.py fixed ssh fix, bad test case but it should work now 2014-11-06 14:56:44 -05:00
poller.py Ensure ansible_job_id exists even for not-started jobs 2014-09-01 16:31:37 -07:00
return_data.py Use correct keyword for this function. 2014-09-11 12:32:51 -04:00