ansible/docs/docsite/rst/api/index.rst
Alicia Cozine 86eb3b5b98 adds stub API docs in a single file (#46663)
* adds stub API docs in a single file

(cherry picked from commit 9764f32513)
2018-11-05 15:10:52 -08:00

1.7 KiB

orphan

Ansible API Documentation

The Ansible API is under construction. These stub references will be documented in future.

Attributes

The parameters accepted by the module.

Deprecated in favor of ansibleModule._selinux_special_fs.

(formerly ansible.module_utils.basic.SELINUX_SPECIAL_FS)

Classes

The basic utilities for AnsibleModule.

The main class for an Ansible module.

Functions

Load parameters.

Methods

Logs the output of Ansible.

Debugs Ansible.

Retrieves the path for executables.

Runs a command within an Ansible module.

Exits and returns a failure.

Exits and returns output.

Modules