Ansible comes with two different modules

All these modules are idempotent.


  1. Core modules: Core modules play a much greater role than extra modules. They always come with the software.
  2. Extra modules: Ansible community maintains such modules. Besides, the modules are reusable. Even though they are the parts of Ansible, you can separate them whenever you need.

Comments