Skip to content
Snippets Groups Projects
Commit d09a7c04 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files
parent 411d6945
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ build { ...@@ -37,6 +37,7 @@ build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["compute"] groups = ["compute"]
playbook_file = "./ansible/compute.yml" playbook_file = "./ansible/compute.yml"
...@@ -47,6 +48,7 @@ build { ...@@ -47,6 +48,7 @@ build {
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["compute"] groups = ["compute"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
......
...@@ -37,6 +37,7 @@ build { ...@@ -37,6 +37,7 @@ build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["gpu"] groups = ["gpu"]
playbook_file = "./ansible/gpu.yml" playbook_file = "./ansible/gpu.yml"
...@@ -47,6 +48,7 @@ build { ...@@ -47,6 +48,7 @@ build {
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["compute"] groups = ["compute"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
......
...@@ -37,6 +37,7 @@ build { ...@@ -37,6 +37,7 @@ build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["ood"] groups = ["ood"]
playbook_file = "./ansible/ood.yml" playbook_file = "./ansible/ood.yml"
...@@ -47,6 +48,7 @@ build { ...@@ -47,6 +48,7 @@ build {
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["ood", "knightly"] groups = ["ood", "knightly"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
......
...@@ -37,6 +37,7 @@ build { ...@@ -37,6 +37,7 @@ build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["base"] groups = ["base"]
playbook_file = "./ansible/base.yml" playbook_file = "./ansible/base.yml"
...@@ -47,6 +48,7 @@ build { ...@@ -47,6 +48,7 @@ build {
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["base"] groups = ["base"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
......
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