0 votes
in Ansible by
Can you please explain what are the advantages of Ansible?

1 Answer

0 votes
by

Ansible has several advantages and strengths that include:

1) It has no agents but needs only SSH service working on the target machines.

2) It does not need many resources. Hence, there is a low overhead.

3) The only dependency of Ansible is Python, which is pre-installed in most of the systems.

4) Ansible is quite easy to understand.

Related questions

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