Disclaimer:-Every thing provided on this website is only for Educational purposes and free. Author is not responsible,If the given information is used for any illegal or UnEthical Purposes. This website does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.

Components of Ansible

Components of Ansible?
----------------------


Programs:
1. ansible
2. ansible-doc
3. ansible-playbook
4. ansible-pull

Modules:
It perform configuration and system management. Example: Modules copy, service, file, yum, user, group, command, shell, ping etc.


Types of Modules:
1. Core Modules:   Core modules are the modules which comes with ansible package installation.Latest ansible 2.3.* has 1000+ core modules.

2. Custom Modules.
Ansible admin can write their own modules  and can add them in Ansible library. Modules are written in Python,
but they can be written in any interpreted programming language (Ruby, Shell, Python).