No description
Find a file
Monty Taylor 3834680f43 Add OpenStack Server module
Also deprecated old nova_compute module
2015-05-04 11:36:57 -04:00
cloud Add OpenStack Server module 2015-05-04 11:36:57 -04:00
commands
database Fixed typos 2015-05-04 12:54:03 +01:00
files synchronize: don't add ssh_args to ssh_opts when false or null 2015-05-04 08:58:05 -06:00
inventory
network Removed the wrong Note 2015-04-10 12:19:28 +02:00
packaging Allow yum module to take a yaml list of package names and also ", " separated string-list (in addition to comma separated string-list) 2015-04-21 10:07:11 -07:00
source_control
system Add ALT Linux support to hostname module 2015-04-25 01:25:14 +07:00
utilities added docs to show wait_for default timeout settings 2015-04-06 20:41:57 -04:00
web_infrastructure Added os.path.expanduser to app_path in django_manage 2015-03-29 21:34:29 +02:00
windows
.gitignore
__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.