1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-07 08:47:05 +00:00
community.general/lib/ansible/modules
Tim G b2e39265e1 Load distutils on all platforms EXCEPT Solaris.
Solaris doesn't ship distutils with with the default Python package.  This patch fixes "service" on Solaris since 30d6713.
2016-12-08 11:22:38 -05:00
..
cloud Potential fix for 640 2016-12-08 11:22:38 -05:00
commands Fix regex string format 2016-12-08 11:22:36 -05:00
database Also catch mysql errors so we can give the error message back through json rather than tracebacking 2016-12-08 11:22:37 -05:00
files Add detection of uid,gid,mode changes when deciding whether an archive needs to be unarchived again. 2016-12-08 11:22:38 -05:00
inventory
network
packaging now captures cache fetch failures 2016-12-08 11:22:38 -05:00
source_control Fix #370, by allowing to export over a existing repository 2016-12-08 11:22:36 -05:00
system Load distutils on all platforms EXCEPT Solaris. 2016-12-08 11:22:38 -05:00
utilities
web_infrastructure Better error messages if a2enmod/a2dismod are not found 2016-12-08 11:22:38 -05:00
windows
__init__.py
CONTRIBUTING.md
COPYING
README.md

ansible-modules-core

This repo contains Ansible's most popular modules that are shipped with Ansible.

New module submissions for modules that do not yet exist should be submitted to ansible-modules-extras, rather than this repo.

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.