feat: Add passphrase capabilities for SSH key #11
@ -1,13 +1,11 @@
|
|||||||
all:
|
[sptarkov]
|
||||||
children:
|
|
||||||
host:
|
|
||||||
hosts:
|
|
||||||
{{ DEPLOY_HOSTNAME }}
|
{{ DEPLOY_HOSTNAME }}
|
||||||
vars:
|
|
||||||
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
[sptarkov:vars]
|
||||||
ansible_user: {{ DEPLOY_USER }}
|
ansible_host={{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
||||||
ansible_connection: ssh
|
ansible_user={{ DEPLOY_USER }}
|
||||||
ansible_ssh_pass: test
|
ansible_connection=ssh
|
||||||
ansible_ssh_user: drone
|
ansible_ssh_pass=test
|
||||||
ansible_ssh_private_key_file: /drone/src/private.key
|
ansible_ssh_user=drone
|
||||||
ansible_control_path: /dev/shm/ansible_control_path
|
ansible_ssh_private_key_file=/drone/src/private.key
|
||||||
|
# ansible_control_path=/dev/shm/ansible_control_path
|
Loading…
x
Reference in New Issue
Block a user