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 7c93962414 - Show all commits

View File

@ -80,6 +80,7 @@ steps:
ANSIBLE_DEBUG: true ANSIBLE_DEBUG: true
PLUGIN_ANSIBLE_DEBUG: true PLUGIN_ANSIBLE_DEBUG: true
ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path" ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path"
PLUGIN_ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path"
when: when:
branch: branch:
- master - master