0Pricing
Ansible Academy · Lesson

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.copy

All lessons in this course

  1. What a Module Actually Is
  2. Install Packages with the package Module
  3. Manage Services with systemd
  4. Read the Docs with ansible-doc
← Back to Ansible Academy