No description
Find a file
vaupelt 67de0675c3 exclude_hosts does not work as expected with state=drained
There are established connections for a service. The service is bound to a ipv4-mapped ipv6 address. Wait_for wrongly waits for clients listed in exclude_hosts.
2016-04-21 13:11:55 -04:00
.github
cloud docker: fix type issue (#3491) 2016-04-21 13:28:26 +02:00
commands Suggest using uri if curl is detected 2016-04-19 20:00:02 +02:00
database Allow an empty password when adding a new MySQL user. (#3445) 2016-04-19 10:44:52 +02:00
files Remove old test on SELinux (#3510) 2016-04-21 10:44:11 -04:00
inventory
network removed usless default doc 2016-04-19 17:48:11 -04:00
packaging improve redhat_subscription documentation (#3348) 2016-04-20 17:33:08 +02:00
source_control Merge pull request #3507 from resmo/fix/git-porcelain-status 2016-04-21 08:51:37 -07:00
system
test/unit/cloud/openstack
utilities exclude_hosts does not work as expected with state=drained 2016-04-21 13:11:55 -04:00
web_infrastructure added missing version_added 2016-04-19 17:45:36 -04:00
windows fix: win_get_url - fixes for strict-mode 2016-04-20 20:26:44 +01:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
README.md
test-docs.sh
test-requirements.txt
VERSION

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.