community.general/lib/ansible/modules
Darragh Bailey 4947936176 Remove sleep and switch to pipe for IPC (#28561)
Use a simple multiprocessing pipe to delay exiting the parent process
until after the child has been doubly forked.

Using a simple IPC to allow the forked process to start avoids the
control node waiting unnecessarily for lightly loaded systems.
2018-12-11 14:26:06 -05:00
..
cloud Update rds.py (#49674) 2018-12-10 16:47:55 -06:00
clustering k8s append_hash (#48830) 2018-11-22 08:14:43 +00:00
commands Add Windows example of raw command (#47153) 2018-11-30 17:12:19 +01:00
crypto Added get_certificate module (#41735) 2018-12-07 13:27:16 +00:00
database Update postgresql_ext connection methods (#48538) 2018-12-07 08:21:39 -05:00
files read_csv: new module to read CSV files (#49578) 2018-12-10 11:42:47 +00:00
identity Fix an issue retrieving some types of 1Password items. (#47213) 2018-12-05 11:49:26 -05:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_vhost_limits: Move to rabbitmq subdirectory (#49650) 2018-12-08 23:41:59 +01:00
monitoring zabbix: New zabbix_action module (#49189) 2018-12-02 10:04:45 +01:00
net_tools nmcli example: modern way to install packages (#49110) 2018-12-11 17:37:07 +05:30
network added jinja2 example (#49740) 2018-12-10 13:10:17 -06:00
notification mail: Fix new breakage on python 2.7 (#49197) 2018-12-10 10:25:33 -08:00
packaging pear: More info if failure occurs (#49735) 2018-12-11 09:38:06 -05:00
remote_management Add DellEMC iDRAC Firmware module (#46675) 2018-12-11 16:38:01 +01:00
source_control Deprecate the github_hooks module (#49296) 2018-12-06 15:56:53 +00:00
storage Update purefa_host module (#49157) 2018-12-07 09:42:59 -05:00
system Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
utilities Remove sleep and switch to pipe for IPC (#28561) 2018-12-11 14:26:06 -05:00
web_infrastructure stop requiring description. this is not a mandated jira field for all screens (#46023) 2018-12-11 14:24:24 +00:00
windows Fixed win_route module (#46395) 2018-12-05 22:39:06 -05:00
__init__.py