2023-03-02 21:12:08 -05:00
|
|
|
all:
|
|
|
|
children:
|
|
|
|
sptarkov:
|
|
|
|
hosts:
|
|
|
|
sp-tarkov:
|
2023-03-02 21:13:35 -05:00
|
|
|
ansible_host: { { DEPLOY_HOSTNAME } }
|
|
|
|
ansible_user: { { DEPLOY_USER } }
|
2023-03-02 21:12:08 -05:00
|
|
|
ansible_connection: paramiko_ssh
|
2023-03-02 21:13:35 -05:00
|
|
|
ansible_ssh_pass: { { DEPLOY_SSH_KEY_PASSPHRASE } }
|
|
|
|
ansible_ssh_user: { { DEPLOY_USER } }
|
2023-03-02 21:13:34 -05:00
|
|
|
ansible_ssh_private_key_file: /drone/src/private.key # Hardcoded because created by the Drone plugin
|