Skip to content
Snippets Groups Projects
Commit 856ba0f9 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Move clusterhooks to deploy stage

parent c95aa3b0
No related branches found
No related tags found
1 merge request!3Change compute reference to login
...@@ -36,18 +36,6 @@ source "openstack" "image" { ...@@ -36,18 +36,6 @@ source "openstack" "image" {
build { build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
provisioner "ansible" {
use_proxy = false
user = var.ssh_username
groups = ["proxy"]
playbook_file = "./ansible/cheaha.yml"
roles_path = "./ansible/roles"
ansible_env_vars = ["ANSIBLE_TIMEOUT=60"]
extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
]
}
provisioner "ansible" { provisioner "ansible" {
use_proxy = false use_proxy = false
user = var.ssh_username user = var.ssh_username
......
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