6954eeb5cc
Synchronises the configuration with kayobe-config prior to creating a stable/rocky branch. Change-Id: I9419bbcb1305f26195c1d0533b9e708de451742f
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
---
|
|
# Kayobe global configuration.
|
|
|
|
###############################################################################
|
|
# Local path configuration (Ansible control host).
|
|
|
|
# Path to Kayobe configuration directory on Ansible control host.
|
|
#kayobe_config_path:
|
|
|
|
###############################################################################
|
|
# Remote path configuration (seed, seed-hypervisor and overcloud hosts).
|
|
|
|
# Base path for kayobe state on remote hosts.
|
|
#base_path:
|
|
|
|
# Path in which to store configuration on remote hosts.
|
|
#config_path:
|
|
|
|
# Path in which to cache downloaded images on remote hosts.
|
|
#image_cache_path:
|
|
|
|
# Path on which to checkout source code repositories on remote hosts.
|
|
#source_checkout_path:
|
|
|
|
# Path on which to create python virtualenvs on remote hosts.
|
|
#virtualenv_path:
|
|
|
|
###############################################################################
|
|
# User configuration.
|
|
|
|
# User with which to access remote hosts. 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
|