feat: Add passphrase capabilities for SSH key #11

Merged
Ghost merged 50 commits from :development into development 2021-11-03 21:21:45 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 7ac9baa8b4 - Show all commits

View File

@ -0,0 +1,2 @@
[ssh_connection]
control_path_dir=/dev/shm/ansible_control_path

View File

@ -10,4 +10,3 @@ all:
ansible_ssh_pass: test ansible_ssh_pass: test
ansible_ssh_user: drone ansible_ssh_user: drone
ansible_ssh_private_key_file: /drone/src/private.key ansible_ssh_private_key_file: /drone/src/private.key
ansible_ssh_common_args: ''