No description
Find a file
2015-06-24 14:40:58 -04:00
cloud Added support for spot request type specification (to support persistent spot requests). 2015-06-24 08:23:52 -07:00
commands
database
files Bump amount of file to download in a chunk to 64k. 2015-06-24 06:48:57 -07:00
inventory
network Small cleanups. 2015-06-24 06:51:00 -07:00
packaging Read the url in in chunks so that we don't use as much memory for large packages 2015-06-24 08:12:49 -07:00
source_control
system Hostname module should update ansible_hostname 2015-06-21 12:07:41 +03:00
utilities
web_infrastructure Fix for when the password file did not exist previously 2015-06-24 11:23:34 -07:00
windows
.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.