23 lines
642 B
YAML
23 lines
642 B
YAML
---
|
|
# Kayobe global configuration.
|
|
|
|
###############################################################################
|
|
# Miscellaneous configuration.
|
|
|
|
# Path to Kayobe configuration.
|
|
#kayobe_config_path:
|
|
|
|
# Path in which to cache downloaded images.
|
|
#image_cache_path:
|
|
|
|
# Path on which to checkout source code repositories.
|
|
#source_checkout_path:
|
|
|
|
# User with which to access seed and controller nodes. This user will be
|
|
# created if it does not exist.
|
|
#kayobe_ansible_user:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|