Language updates

This commit is contained in:
Jeroen Oudshoorn
2023-11-15 09:51:27 +01:00
parent c0effc00f2
commit f89220b396
21 changed files with 274 additions and 15 deletions

View File

@ -1,13 +1,17 @@
# This is not working quite yet
# https://github.com/mkaczanowski/packer-builder-arm/pull/172
#packer {
# required_plugins {
# arm = {
# version = ">= 1.0.0"
# source = "github.com/cdecoux/builder-arm"
# }
# }
#}
packer {
required_plugins {
#arm = {
# version = ">= 1.0.0"
# source = "github.com/cdecoux/builder-arm"
#}
ansible = {
source = "github.com/hashicorp/ansible"
version = "~> 1"
}
}
}
variable "pwn_hostname" {
type = string