13 lines
368 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:
2021-11-02 13:25:58 -04:00
{{ DEPLOY_HOSTNAME }}
vars:
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
ansible_user: {{ DEPLOY_USER }}
ansible_connection: ssh
ansible_ssh_pass: test
2021-11-02 13:29:32 -04:00
ansible_ssh_user: drone
2021-11-02 13:42:29 -04:00
ansible_ssh_private_key_file: /drone/src/private.key
ansible_ssh_args: ''