No description
Find a file
Chad Nelson 30aae62e25 Give option on how git tracks submodules.
Allows user to decide if git submodule should track branches/tags or track commit hashes defined in the superproject.

Add track_branches parameter to the git module.

Defaults to track branches behavior.
2014-09-29 22:36:13 -04:00
cloud package files 2014-09-26 11:05:47 -04:00
commands package files 2014-09-26 11:05:47 -04:00
database package files 2014-09-26 11:05:47 -04:00
files package files 2014-09-26 11:05:47 -04:00
internal package files 2014-09-26 11:05:47 -04:00
inventory package files 2014-09-26 11:05:47 -04:00
network package files 2014-09-26 11:05:47 -04:00
packaging package files 2014-09-26 11:05:47 -04:00
source_control Give option on how git tracks submodules. 2014-09-29 22:36:13 -04:00
system package files 2014-09-26 11:05:47 -04:00
utilities package files 2014-09-26 11:05:47 -04: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.