No description
Find a file
Jesse Keating cf0e8d62d2 Add service option to avoid failure on missing service
This adds a must_exist option to the service module, which gives callers the
ability to be tolerant to services that do not exist. This allows for
opportunistic manipulation of a list of services if they happen to exist on the
host. While failed_when could be used, it's difficult to track all the
different error strings that might come from various service tools regarding a
missing service.
2015-02-05 15:23:35 -08:00
cloud adding disk_type option to choose from pd-ssd or pd-standard 2015-01-29 10:19:01 -08:00
commands Remove str.format() usage for python2.4 compat. 2015-01-27 09:45:05 -08:00
database Merge pull request #44 from Jmainguy/mysql_db_6860 2015-01-30 14:04:48 -05:00
files Merge pull request #295 from techtonik/patch-3 2015-01-29 11:04:41 -05:00
inventory
network
packaging Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo 2015-02-03 07:50:23 -05:00
source_control Reverse the force parameter for the hg module 2015-01-29 18:27:35 -08:00
system Add service option to avoid failure on missing service 2015-02-05 15:23:35 -08:00
utilities
web_infrastructure
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.

License

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