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