2022-05-06 21:49:53 -04:00
|
|
|
all:
|
|
|
|
children:
|
|
|
|
sptarkov:
|
|
|
|
hosts:
|
|
|
|
sp-tarkov:
|
2022-05-08 20:57:52 -04:00
|
|
|
ansible_host: { { DEPLOY_HOSTNAME } }
|
|
|
|
ansible_user: { { DEPLOY_USER } }
|
2022-05-06 21:49:53 -04:00
|
|
|
ansible_connection: paramiko_ssh
|
2022-05-08 20:57:52 -04:00
|
|
|
ansible_ssh_pass: { { DEPLOY_SSH_KEY_PASSPHRASE } }
|
|
|
|
ansible_ssh_user: { { DEPLOY_USER } }
|
2022-05-08 20:46:32 -04:00
|
|
|
ansible_ssh_private_key_file: /drone/src/private.key # Hardcoded because created by the Drone plugin
|