No description
Find a file
Brian Coca 71224c8678 Merge pull request #420 from drfickle/route53_float_fix
route53 module retry_interval needs to be a float before passing to time.sleep
2014-12-03 11:10:32 -05:00
cloud Merge pull request #420 from drfickle/route53_float_fix 2014-12-03 11:10:32 -05:00
commands Strip newlines off k=v pairs in command/shell argument parsing 2014-10-08 14:48:07 -05:00
database Fix typo so docs will build 2014-12-03 07:09:10 -08:00
files Merge pull request #17 from cooniur/devel 2014-12-01 12:02:46 -05:00
inventory package files 2014-09-26 11:05:47 -04:00
network Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
packaging yum: add update_cache option 2014-12-01 18:07:50 +01:00
source_control Fix cornercase tracebaxk when detecting whether submodules changed 2014-11-25 16:03:52 -08:00
system Update cron example for setting to run twice a day 2014-12-02 14:38:32 -08:00
utilities let implied type do the spliting 2014-11-11 15:34:55 -05:00
web_infrastructure supervisorctl: Don't try to start a starting program 2014-12-02 22:33:49 +01:00
windows Fix filename error. 2014-09-26 17:06:31 -04:00
.gitignore Add basic top level files. 2014-09-26 09:21:20 -04:00
__init__.py package files 2014-09-26 11:05:47 -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:32 -04:00

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.