8000 Module · ansiblebook/ansiblebook Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Bas edited this page Feb 27, 2023 · 3 revisions

Ansible script that performs one specific task. Examples include creating a user account, installing a package, or starting a service. Most Ansible modules are idempotent.

  • Modules are scripts in Python/Powershell
  • Modules do stuff, and deal with the corner cases.
  • Modules return JSON data that you can use.
  • Ansible comes with hundreds of modules for tasks.

module categories

Clone this wiki locally
0