Skip to content
Snippets Groups Projects

Add packer template for proxy build

2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -52,7 +52,7 @@ build {
use_proxy = false
user = var.ssh_username
groups = ["proxy"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False", "ANSIBLE_RUN_TAGS=var.ANSIBLE_RUN_TAGS"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/proxy.yaml"
}
}
Loading