Skip to content
Snippets Groups Projects
Commit e977a1eb authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add second provisioner for base template

parent ac86b5ec
No related tags found
No related merge requests found
...@@ -34,4 +34,11 @@ build { ...@@ -34,4 +34,11 @@ build {
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
} }
provisioner "ansible" {
user = var.ssh_username
use_proxy = false
groups = ["base"]
playbook_file = "./CRI_XCBC/compute-packer.yaml"
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment