2021-11-02 13:49:00 -04:00

12 lines
339 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: drone
ansible_ssh_private_key_file: /drone/src/private.key