6e4642a200
Synchronise configuration format with kayobe-config @ 371937fa9053d77a4bbca88d830d60dc76628c62. Change-Id: Ife6e3f251120edcf5f94ca677a51bd5fe21fdc6f
17 lines
467 B
YAML
17 lines
467 B
YAML
---
|
|
###############################################################################
|
|
# SSH configuration.
|
|
|
|
# Name of SSH key.
|
|
#ssh_key_name:
|
|
|
|
# Path to SSH private key on the Ansible control host.
|
|
#ssh_private_key_path:
|
|
|
|
# Path to SSH public key on the Ansible control host.
|
|
#ssh_public_key_path:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|