10 lines
303 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:
ansible_host: {{ 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 11:11:50 -04:00
ansible_ssh_private_key_file: /drone/src/private.key
2021-11-02 11:31:38 -04:00
ansible_ssh_pass: {{ DEPLOY_SSH_KEY_PASSPHRASE }}