1 Answer

0 votes
by

Ansible is a combination of multiple pieces working together to become an automation tool. Mainly these are modules, playbooks, and plugins.

  • Modules are small codes that will get executed. There are multiple inbuilt modules that serve as a starting point for building tasks.
  • Playbooks contain plays which further is a group of tasks. This is the place to define the workflow or the steps needed to complete a process
  • Plugins are special kinds of modules that run on the main control machine for logging purposes. There are other types of plugins also.
The playbooks ran via an Ansible automation engine. These playbooks contain modules that are basically actions that run in host machines. The mechanism is followed here is the push mechanism, so ansible pushes small programs to these host machines which are written to be resource models of the desired state of the system.

Related questions

0 votes
    Ansible can work as a push automated deployment system and as well as a pull automated deployment system? (i)True (ii)False...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    How does synchronize module works of an Ansible?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    How does ChatGPT work?...
asked Jan 30, 2023 in Technology by JackTerrance
0 votes
    How does the Raspberry Pi work?...
asked Jan 20, 2023 in Technology by JackTerrance
0 votes
    How does an Angular application work?...
asked Jun 29, 2021 in Technology by JackTerrance
0 votes
    How does HTTP Basic Authentication work?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
0 votes
    What is a DDoS attack and how does it work?...
asked Feb 16, 2021 in Technology by JackTerrance
0 votes
    How does pointer arithmetic work?...
asked Jan 24, 2021 in Technology by JackTerrance
0 votes
    What Is An Exciter And How Does It Work?...
asked Dec 12, 2020 in Technology by JackTerrance
0 votes
    How does Tableau work with huge datasets?...
asked Oct 30, 2020 in Technology by JackTerrance
0 votes
+1 vote
0 votes
    I have used angular-cli with systemJS and am now comfortable with its build process,test cases & component ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    When setup a IP-Alias via gloud command or the interface, it works out of the box. But in the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
...