ansible/docs/docsite/rst/api/index.rst

1.9 KiB

orphan

Ansible API Documentation

The Ansible API is under construction. These stub references will be documented in future. For now, there is a legacy documentation page <ansible.module_utils> for the AnsibleModule.

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