0Pricing
Ansible Academy · Lesson

What a Module Actually Is

How modules wrap actions into reusable units.

Modules Do the Real Work

Every action Ansible takes runs through a module: a small program that knows how to install a package, copy a file, or restart a service.

One Module, One Job

Each module handles a single kind of task. The copy module copies files, the user module manages accounts. You compose them to do bigger things.

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