0 votes
in Ansible by
What is Ansible?

1 Answer

0 votes
by

Ansible is an open-source IT engine that automates application deployment, cloud provisioning, intra service orchestration, and other IT tools.

Ansible is very easy to deploy because it does not use any agents or custom security infrastructure on the client-side, and by pushing modules to the clients. These modules are executed locally on the client-side, and the output is pushed back to the Ansible server. It can easily connect to clients using SSH-Keys.

Related questions

0 votes
asked Jul 30, 2021 in Ansible by DavidAnderson
+1 vote
asked May 12, 2021 in Ansible by rajeshsharma
...