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

Sync parameter in ansible provisioner

parent e977a1eb
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ build {
provisioner "ansible" {
user = var.ssh_username
use_proxy = false
groups = ["compute"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/compute-packer.yaml"
}
}
......@@ -38,8 +38,8 @@ build {
provisioner "ansible" {
user = var.ssh_username
use_proxy = false
groups = ["compute"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/compute-packer.yaml"
}
}
......@@ -37,8 +37,8 @@ build {
provisioner "ansible" {
user = var.ssh_username
use_proxy = false
groups = ["base"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
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