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
Showing only changes of commit 2cb3f532b5 - Show all commits

View File

@ -8,4 +8,4 @@ all:
ansible_connection: ssh
ansible_ssh_user: test
ansible_ssh_private_key_file: /drone/src/private.key
ansible_ssh_common_args: '-p test'
ansible_ssh_extra_args: '-p test'