No description
Find a file
Gauvain Pocentek 6c1f40fea7 fetch: fix the flat parameter description
ansible-doc expects the value of the description field to be a list,
otherwise the output is not correct. This patch updates the flat
description to be a list.
2015-02-17 09:06:26 +01:00
cloud Merge pull request #528 from lander2k2/password_required 2015-02-16 19:04:09 -05:00
commands Remove str.format() usage for python2.4 compat. 2015-01-27 09:45:05 -08:00
database Fix issue #793: mysql_db: for state={absent,present} connections to database mysql fail for users other than root 2015-02-14 17:16:35 -05:00
files fetch: fix the flat parameter description 2015-02-17 09:06:26 +01:00
inventory
network
packaging Merge pull request #53 from hfinucane/apt-dpkg-force 2015-02-16 18:51:55 -05:00
source_control Reverse the force parameter for the hg module 2015-01-29 18:27:35 -08:00
system Merge pull request #95 from Gamevy/use-insserv 2015-02-16 18:52:38 -05:00
utilities
web_infrastructure Merge pull request #117 from direvus/apache2-module-word-boundary 2015-02-16 18:54:00 -05:00
windows
.gitignore
__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.