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 4418e0b668 - Show all commits

View File

@ -65,24 +65,23 @@ steps:
inventory: ./.ansible-items/inventory
galaxy: ./.ansible-items/requirements.yml
timeout: 60
verbose: 4
# verbose: 4
environment:
DEPLOY_HOSTNAME:
from_secret: deploy_hostname
SPT_ITEMS_HOSTNAME:
from_secret: spt_items_hostname
DEPLOY_USER:
DEPLOYMENT_USER:
from_secret: deploy_username
DEPLOY_USER_GROUP:
DEPLOYMENT_USER_GROUP:
from_secret: deploy_user_group
SPT_ITEMS_PATH:
from_secret: deploy_path
ANSIBLE_DEBUG: true
PLUGIN_ANSIBLE_DEBUG: true
ANSIBLE_CONTROL_PATH: /dev/shm/
PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
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 ControlPath=/dev/shm/'
# PLUGIN_ANSIBLE_DEBUG: true
# ANSIBLE_CONTROL_PATH: /dev/shm/
# PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
# 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 ControlPath=/dev/shm/'
when:
branch:
- master