This commit is contained in:
Mangiang 2021-11-02 10:51:26 -04:00
parent f0d1db2d0f
commit 38247d021b
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -1,8 +1,9 @@
all: all:
children: children:
hosts: hosts:
ansible_host: {{ DEPLOY_HOSTNAME }} sp-tarkov:
ansible_user: {{ DEPLOYMENT_USER }} ansible_host: {{ DEPLOY_HOSTNAME }}
ansible_connection: ssh ansible_user: {{ DEPLOYMENT_USER }}
ansible_ssh_private_key_file: private.key ansible_connection: ssh
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }} ansible_ssh_private_key_file: private.key
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}