ansible/docs/docsite/rst/user_guide/modules.rst
Alicia Cozine d4f0bc183e removes last :doc: links in user guide (#58433)
* removes last :doc: links in user guide
2019-06-26 17:07:27 -04:00

1.2 KiB

Working With Modules

modules_intro ../reference_appendices/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 <working_with_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_intro

Introduction to using modules with /usr/bin/ansible-playbook

developing_modules_general

How to write your own modules

developing_api

Examples of using modules with the Python API

interpreter_discovery

Configuring the right Python interpreter on target hosts

Mailing List

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

irc.freenode.net

#ansible IRC chat channel