feat: Add passphrase capabilities for SSH key #11
@ -6,5 +6,5 @@ all:
|
|||||||
ansible_host: {{ DEPLOY_HOSTNAME }}
|
ansible_host: {{ DEPLOY_HOSTNAME }}
|
||||||
ansible_user: {{ DEPLOYMENT_USER }}
|
ansible_user: {{ DEPLOYMENT_USER }}
|
||||||
ansible_connection: ssh
|
ansible_connection: ssh
|
||||||
ansible_ssh_private_key_file: private.key
|
ansible_ssh_private_key_file: /drone/src/private.key
|
||||||
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}
|
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}
|
Loading…
x
Reference in New Issue
Block a user