# Ansible - Plugin
Back
Plugin
-
plugin
- a piece of Python code that extends Ansible’s core functionality.
- Unlike modules which do the actual work on target systems, plugins help control how Ansible itself runs.
Modules: what to do (install a package, copy a file).
Plugins: how Ansible behaves (logging, output formatting, connection method, lookups, etc.).
Module & Plugin Index