Ansible documentation
You can find the full community documentation for Ansible here.
Module documentation
All ansible modules/collections are documented here.
Example for the ansible copy module: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html
Ansible modules are documented in the following chapters:
| Chapter | Description |
|---|---|
| Synopsis | Some general comments about the module and what it does |
| Parameters | All possible paramters that can be set |
| Examples | Some example files on how to use this module. Watch out sometimes the examples contain outdated parameters |
| Return Values | What the module returns when it is executed |
| Authors | Who wrote the module |