8 lines
248 B
Plaintext
Raw Normal View History

2021-11-02 10:32:21 -04:00
all:
children:
host:
ansible_host: {{ DEPLOY_HOSTNAME }}
ansible_user: {{ DEPLOYMENT_USER }}
ansible_connection: ssh
ansible_ssh_private_key_file: private.key
ansible_ssh_pass: {{ DEPLOYMENT_SSH_KEY_PASSPHRASE }}