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

View File

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