This commit is contained in:
Mangiang 2021-11-02 13:25:58 -04:00
parent 2cb3f532b5
commit 6de945a974
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -2,10 +2,11 @@ all:
children: children:
host: host:
hosts: hosts:
sp-tarkov: {{ DEPLOY_HOSTNAME }}
vars:
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }} ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
ansible_user: {{ DEPLOY_USER }} ansible_user: {{ DEPLOY_USER }}
ansible_connection: ssh ansible_connection: ssh
ansible_ssh_pass: test
ansible_ssh_user: test ansible_ssh_user: test
ansible_ssh_private_key_file: /drone/src/private.key ansible_ssh_private_key_file: /drone/src/private.key
ansible_ssh_extra_args: '-p test'