kayobe/etc/kayobe/ssh.yml
Mark Goddard cbd6fcc522 Make SSH keys configurable
Defaults to using stack/.ssh/id_rsa on the control host
2017-02-16 10:44:31 +00:00

17 lines
451 B
YAML

---
###############################################################################
# SSH configuration.
# Name of SSH key.
#ssh_key_name:
# Path to SSH private key on the control host.
#ssh_private_key_path:
# Path to SSH public key on the control host.
#ssh_public_key_path:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes