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

Add groups in ansible provisioner

parent bd2ed1b6
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ build {
provisioner "ansible" {
use_proxy = false
user = var.ssh_username
groups = ["ood", "prod"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/ood-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