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 fc7378b9a3 - 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 ControlPath=/dev/shm/' ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPathDir=/dev/shm/ansible_control_path'
PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPath=/dev/shm/' PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPathDir=/dev/shm/ansible_control_path'
when: when:
branch: branch:
- master - master