Skip to content
Snippets Groups Projects

Feat cluster images

3 files
+ 1
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -26,10 +26,6 @@ build {
user = var.ssh_username
groups = ["base"]
playbook_file = "./ansible/base.yml"
ansible_env_vars = [
"ANSIBLE_SSH_ARGS='-oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=ssh-rsa'",
"ANSIBLE_HOST_KEY_CHECKING=False"
]
roles_path = "./ansible/roles"
extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
Loading