Skip to content
Snippets Groups Projects
Verified Commit 07cac01f authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Fix packer and update plugins

parent 202d6803
No related branches found
No related tags found
1 merge request!888Fix packer and update plugins
Pipeline #112346 passed
...@@ -3,11 +3,11 @@ packer { ...@@ -3,11 +3,11 @@ packer {
required_plugins { required_plugins {
ansible = { ansible = {
source = "github.com/hashicorp/ansible" source = "github.com/hashicorp/ansible"
version = ">= 1.1.0" version = ">= 1.1.2"
} }
hcloud = { hcloud = {
source = "github.com/hashicorp/hcloud" source = "github.com/hashicorp/hcloud"
version = ">= 1.0.0" version = ">= 1.6.0"
} }
} }
} }
...@@ -25,7 +25,7 @@ variable "install_ec2_public_keys_service" { ...@@ -25,7 +25,7 @@ variable "install_ec2_public_keys_service" {
# https://www.packer.io/docs/templates/hcl_templates/blocks/source # https://www.packer.io/docs/templates/hcl_templates/blocks/source
source "hcloud" "rescue" { source "hcloud" "rescue" {
image = "ubuntu-22.04" image = "ubuntu-24.04"
location = "fsn1" location = "fsn1"
rescue = "linux64" rescue = "linux64"
server_type = "cx22" server_type = "cx22"
......
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
roles: roles:
- install_arch - install_arch
vars: vars:
- bootstrap_version: "latest" bootstrap_version: "latest"
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