Read the Docs with ansible-doc
Discover module options from the CLI.
Docs Live in Your Terminal
The ansible-doc command shows full module documentation right in your shell, so you never have to leave the terminal to look things up.
Look Up One Module
Pass a module name to read its docs: every option, its type, and whether it is required. This is the fastest way to learn a module.
ansible-doc ansible.builtin.copyAll lessons in this course
- What a Module Actually Is
- Install Packages with the package Module
- Manage Services with systemd
- Read the Docs with ansible-doc