feat: Add passphrase capabilities for SSH key #11
@ -1,13 +1,11 @@
|
||||
all:
|
||||
children:
|
||||
host:
|
||||
hosts:
|
||||
[sptarkov]
|
||||
{{ DEPLOY_HOSTNAME }}
|
||||
vars:
|
||||
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
||||
ansible_user: {{ DEPLOY_USER }}
|
||||
ansible_connection: ssh
|
||||
ansible_ssh_pass: test
|
||||
ansible_ssh_user: drone
|
||||
ansible_ssh_private_key_file: /drone/src/private.key
|
||||
ansible_control_path: /dev/shm/ansible_control_path
|
||||
|
||||
[sptarkov:vars]
|
||||
ansible_host={{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
||||
ansible_user={{ DEPLOY_USER }}
|
||||
ansible_connection=ssh
|
||||
ansible_ssh_pass=test
|
||||
ansible_ssh_user=drone
|
||||
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