2021-11-02 13:19:59 -04:00

11 lines
338 B
Plaintext

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'