ansible/docs/docsite/rst/user_guide/modules.rst
scottb 381359a8f8
Doc build warning/broken link clean-a-palooza (#37382)
* Doc build warning/broken link clean-a-palooza, WIP commit 1.

* Fixed broken anchor

* Fixing additional broken links; converting from doc to ref.

* Fix anchor
2018-03-14 12:44:21 -07:00

1.1 KiB

Working With Modules

modules_intro common_return_values modules_support ../modules/modules_by_category

Ansible ships with a number of modules (called the 'module library') that can be executed directly on remote hosts or through Playbooks <playbooks>.

Users can also write their own modules. These modules can control system resources, like services, packages, or files (anything really), or handle executing system commands.

intro_adhoc

Examples of using modules in /usr/bin/ansible

playbooks

Examples of using modules with /usr/bin/ansible-playbook

../dev_guide/developing_modules

How to write your own modules

../dev_guide/developing_api

Examples of using modules with the Python API

Mailing List

Questions? Help? Ideas? Stop by the list on Google Groups

irc.freenode.net

#ansible IRC chat channel