0 votes
in Ansible by
How does Ansible work?

1 Answer

0 votes
by

1) Ansible gets usually divided into two types of servers called Controlling Machines and Nodes. 

2)It is present on the controlling machines, which further connects to different nodes. A playbook gets run by Ansible on controlling machines that execute the Ansible modules with SSH and removes these modules when execution completes. The controlling Machines manage all the nodes; hence no third party tool is required.

Related questions

0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
0 votes
+1 vote
0 votes
asked Nov 5, 2019 in Ansible by Robin
...