No description
Find a file
2015-03-10 10:35:29 -04:00
cloud not triggering reload for links and not string env variables 2015-03-09 22:49:00 +03:00
commands
database Merge pull request #888 from ansible/mysql-port 2015-03-04 18:57:32 -08:00
files Merge pull request #7 from Ernest0x/patch-1 2015-03-06 15:13:37 -05:00
inventory
network
packaging
source_control
system Update authorized_key.py 2015-03-05 11:42:34 +01:00
utilities
web_infrastructure
windows
.gitignore
__init__.py
CONTRIBUTING.md
COPYING
README.md updated to keep same info as in extras repo 2015-03-10 10:35:29 -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.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of module documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.