d8e981ebc2
Updated the Bifrost validation role to have default variables set and updated the documentation to indicate variables that are likely to differ on customized environments, and included a sample playbook.
6 lines
198 B
YAML
6 lines
198 B
YAML
---
|
|
# defaults file for bifrost-validate-host-for-deploy
|
|
http_boot_folder: "/httpboot"
|
|
deploy_image_filename: "deployment_image.qcow2"
|
|
deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
|