0 votes
in Ansible by
What is Ansible Modules?

1 Answer

0 votes
by

Ansible modules are discrete units of code which can be used from the command line or in a playbook task.

The modules also referred to as task plugins or library plugins in the Ansible.

Ansible ships with several modules that are called module library, which can be executed directly or remote hosts through the playbook.

Users can also write their modules. These modules can control like services, system resources, files, or packages, etc. and handle executing system commands.

Related questions

0 votes
asked Sep 19, 2019 in Ansible by Robin
0 votes
0 votes
0 votes
asked Aug 24, 2019 in Ansible by rahulsharma
...