11 lines
338 B
Plaintext
Raw Normal View History

2021-11-02 10:32:21 -04:00
all:
children:
2021-11-02 10:57:03 -04:00
host:
hosts:
sp-tarkov:
2021-11-02 12:39:04 -04:00
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
2021-11-02 11:31:38 -04:00
ansible_user: {{ DEPLOY_USER }}
2021-11-02 10:57:03 -04:00
ansible_connection: ssh
2021-11-02 13:16:18 -04:00
ansible_ssh_user: test
ansible_ssh_private_key_file: /drone/src/private.key
2021-11-02 13:19:59 -04:00
ansible_ssh_extra_args: '-p test'