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
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 4b6d4998e9 - Show all commits

View File

@ -3,7 +3,7 @@ all:
host:
hosts:
sp-tarkov:
ansible_host: {{ DEPLOY_HOSTNAME }}
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
ansible_user: {{ DEPLOY_USER }}
ansible_connection: ssh
ansible_ssh_private_key_file: /drone/src/private.key

View File

@ -64,6 +64,7 @@ steps:
playbook: ./.ansible-items/playbook.yml
inventory: ./.ansible-items/inventory
galaxy: ./.ansible-items/requirements.yml
timeout: 60
verbose: 4
environment:
DEPLOY_HOSTNAME: