Ansible is a suite of software tools that enables infrastructure as code. It is open-source and the suite includes software provisioning, configuration management, and application deployment functionality.
Ansible requires an SSH connection because it is an agentless tool. Rather than installing software on the target hosts, Ansible connects over SSH to execute tasks remotely.
In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
Select the SSH icon. A dialog box with name of the connection and connection methods appear.
(Optional) Edit the name of the connection. At a later stage you cannot edit the name.
Select SSH as the method to create the connection.
Fill in the parameters:
Your Private Key.
(Optional) Your Passphrase.
The Username that will be associated with the key.
(Optional) Click Test Connection to test it.
Click Create connection. The new connection appears on the Connections page.