No description
Find a file
2014-11-04 17:47:07 -05:00
cloud made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
commands Strip newlines off k=v pairs in command/shell argument parsing 2014-10-08 14:48:07 -05:00
database Some more module categorization. 2014-11-04 17:23:22 -05:00
files Use original_basename to set the dest path even if src is not set 2014-10-20 22:25:18 -04:00
inventory package files 2014-09-26 11:05:47 -04:00
network Renames. 2014-11-04 17:29:56 -05:00
packaging Some more module categorization. 2014-11-04 17:23:22 -05:00
source_control Fix git module handling of the recursive flag 2014-10-28 17:57:37 -04:00
system Fix for systemd service scripts with newlines 2014-10-22 16:43:35 -04:00
utilities Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 2014-11-04 17:47:07 -05:00
web_infrastructure package files 2014-09-26 11:05:47 -04: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.