Skip to main content

Creating an SSH Connection for Ansible

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.

Using SSH Key

Creating your connection

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the SSH icon. A dialog box with name of the connection and connection methods appear.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Select SSH as the method to create the connection.
  5. Fill in the parameters:
    • Your Private Key.
    • (Optional) Your Passphrase.
    • The Username that will be associated with the key.
  6. (Optional) Click Test Connection to test it.
  7. Click Create connection. The new connection appears on the Connections page.