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 9dcc706d78 - Show all commits

View File

@ -81,8 +81,8 @@ steps:
PLUGIN_ANSIBLE_DEBUG: true
ANSIBLE_CONTROL_PATH: /dev/shm/
PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
ANSIBLE_SSH_ARGS: ''
PLUGIN_ANSIBLE_SSH_ARGS: ''
ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m'
PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m'
when:
branch:
- master