Compare commits

..

1 Commits

Author SHA1 Message Date
wpetit dc5b7c097c feat(hydra): add base recipe using ansible-role-sso 2023-11-02 11:35:41 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ EOF
source_path = "${var.output_dir}/${var.version}/base/${local.output_name}-${var.version}.vmx"
boot_command = [ "<enter><enter><wait>" ]
ssh_clear_authorized_keys = true
vmx_data_post = {
"memsize" = "2048",
"numvcpus" = "2",
}
}
// Clone ansible-role-sso repository