12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
all:
|
|
children:
|
|
host:
|
|
hosts:
|
|
{{ DEPLOY_HOSTNAME }}
|
|
vars:
|
|
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
|
|
ansible_user: {{ DEPLOY_USER }}
|
|
ansible_connection: ssh
|
|
ansible_ssh_pass: test
|
|
ansible_ssh_user: test
|
|
ansible_ssh_private_key_file: /drone/src/private.key |