2021-11-02 13:16:18 -04:00

11 lines
339 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_common_args: '-p test'