Skip to content
Snippets Groups Projects

Feat build extra vars

Merged Bo-Chun Chen requested to merge louistw/hpc-factory:feat-build-extra-vars into feat-hpc-factory
3 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -61,5 +61,8 @@ build {
@@ -61,5 +61,8 @@ build {
groups = ["compute"]
groups = ["compute"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/compute-packer.yaml"
playbook_file = "./CRI_XCBC/compute-packer.yaml"
 
extra_arguments = [
 
"--extra-vars", "${var.extra_vars}"
 
]
}
}
}
}
Loading