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

View File

@ -58,11 +58,6 @@ steps:
branch: branch:
- development - development
- name: add ansible config
image: ubuntu:impish
commands:
- mkdir -p /etc/ansible && printf "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path\nssh_args=''" > /etc/ansible/ansible.cfg
- name: apply ansible playbook - name: apply ansible playbook
image: plugins/ansible:3 image: plugins/ansible:3
settings: settings:
@ -84,6 +79,10 @@ steps:
from_secret: deploy_path from_secret: deploy_path
ANSIBLE_DEBUG: true ANSIBLE_DEBUG: true
PLUGIN_ANSIBLE_DEBUG: true PLUGIN_ANSIBLE_DEBUG: true
ANSIBLE_CONTROL_PATH: /dev/shm/
PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
ANSIBLE_SSH_ARGS: ''
PLUGIN_ANSIBLE_SSH_ARGS: ''
when: when:
branch: branch:
- master - master