2021-11-02 10:32:21 -04:00
|
|
|
all:
|
|
|
|
children:
|
2021-11-02 10:57:03 -04:00
|
|
|
host:
|
|
|
|
hosts:
|
|
|
|
sp-tarkov:
|
2021-11-02 12:39:04 -04:00
|
|
|
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
2021-11-02 11:31:38 -04:00
|
|
|
ansible_user: {{ DEPLOY_USER }}
|
2021-11-02 12:42:23 -04:00
|
|
|
ansible_pass: {{ DEPLOY_SSH_KEY_PASSPHRASE }}
|
2021-11-02 10:57:03 -04:00
|
|
|
ansible_connection: ssh
|
2021-11-02 12:42:23 -04:00
|
|
|
ansible_ssh_private_key_file: /drone/src/private.key
|