No description
Find a file
Matt Martz 98d86529f4 Merge pull request #797 from sivel/rax-cbs-no-min-check
rax_cbs: Don't hardcode a minimum size of a volume
2015-02-16 17:54:51 -06:00
cloud Merge pull request #797 from sivel/rax-cbs-no-min-check 2015-02-16 17:54:51 -06: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 Fix for recursion traceback in copy with relative paths 2015-02-16 15:36:54 -08: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.