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
- What a Module Actually Is
- Install Packages with the package Module
- Manage Services with systemd
- Read the Docs with ansible-doc