Fix yaml
This commit is contained in:
parent
f0d1db2d0f
commit
38247d021b
@ -1,8 +1,9 @@
|
||||
all:
|
||||
children:
|
||||
hosts:
|
||||
ansible_host: {{ DEPLOY_HOSTNAME }}
|
||||
ansible_user: {{ DEPLOYMENT_USER }}
|
||||
ansible_connection: ssh
|
||||
ansible_ssh_private_key_file: private.key
|
||||
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}
|
||||
sp-tarkov:
|
||||
ansible_host: {{ DEPLOY_HOSTNAME }}
|
||||
ansible_user: {{ DEPLOYMENT_USER }}
|
||||
ansible_connection: ssh
|
||||
ansible_ssh_private_key_file: private.key
|
||||
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}
|
Loading…
x
Reference in New Issue
Block a user