No description
Find a file
Benno Joy 54bfdee1e0 Merge pull request #1494 from toninog/devel
fixes to iam group variables and delete group fixes
2015-06-24 08:32:47 +05:30
cloud Merge pull request #1494 from toninog/devel 2015-06-24 08:32:47 +05:30
commands
database
files Add the ability to grep for content 2015-06-18 20:38:19 +05:30
inventory
network Change docs to reflect correct when syntax for matching variable strings as per MD's forum post as this fails with unhelpful error otherwise. 2015-06-20 21:36:10 +01:00
packaging fixed typo 2015-06-19 15:29:43 -04:00
source_control
system Hostname module should update ansible_hostname 2015-06-21 12:07:41 +03:00
utilities
web_infrastructure Merge pull request #1406 from Jmainguy/htpasswd_blank 2015-06-23 13:32:02 -04:00
windows Merge pull request #1557 from jhawkesworth/win_copy_limitation_documentation 2015-06-19 10:09:07 -04:00
.gitignore
.travis.yml
__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.

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.