How to use ssh forwarding on Ansible

Ansible is an open-source automation engine that automates cloud provisioning, configuration management, and application deployment. Once installed on a control node, Ansible, which is an agentless architecture, connects to a managed node through the default OpenSSH connection type.

This Technical document contains how to used ssh forward agent for deployment of Ansible.

Continue Reading