No description
Find a file
Serge van Ginderachter b2f8e5dc59 Return devicenodes as empty list if no LUN's
got connected. It is possible for an intiator to successfully connect to a
target, whilst getting no LUN's back. If no devicenodes get detected, it makes
more sense to return an empty list than plainly None.

This potentially avoids further tasks to have to check if devicenodes is
iterable.
2015-07-29 16:13:02 +02:00
cloud package files 2014-09-26 11:04:10 -04:00
database Merge pull request #2 from atlashealth/mongodb_ssl 2014-10-01 14:23:51 -04:00
messaging package files 2014-09-26 11:04:10 -04:00
monitoring zabbix_maintenance: set state to be present by default 2014-09-28 20:49:05 +02:00
net_infrastructure package files 2014-09-26 11:04:10 -04:00
notification package files 2014-09-26 11:04:10 -04:00
packaging openbsd_pkg: revert "changed" simplification. 2014-09-28 10:01:34 +02:00
source_control File extensions! 2014-09-26 10:40:16 -04:00
system Return devicenodes as empty list if no LUN's 2015-07-29 16:13:02 +02:00
web_infrastructure package files 2014-09-26 11:04:10 -04:00
.gitignore Add basic top level files. 2014-09-26 09:21:20 -04:00
__init__.py package files 2014-09-26 11:04:10 -04:00
CONTRIBUTING.md Add basic top level files. 2014-09-26 09:21:20 -04:00
COPYING Add basic top level files. 2014-09-26 09:21:20 -04:00
README.md Update README.md 2014-09-26 18:55:56 -04:00

ansible-modules-extras

This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.

All new modules should be submitted here, and have a chance to be promoted to core over time.

Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.