aboutsummaryrefslogtreecommitdiff
path: root/packer/pkr-builder.pkr.hcl
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-01 02:12:10 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-01 02:12:10 +0100
commitf246600cbb66834c1289bf52cf7bd95cc6428b02 (patch)
tree2672aa9539cad83ae3c8861ebc0571c398a397f6 /packer/pkr-builder.pkr.hcl
parent97f55e590c58a3f252497df23bcec97c9352ff06 (diff)
Working debian packer template w/ ansible to set up fw rules after reboot
Diffstat (limited to 'packer/pkr-builder.pkr.hcl')
-rw-r--r--packer/pkr-builder.pkr.hcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/packer/pkr-builder.pkr.hcl b/packer/pkr-builder.pkr.hcl
index 4265280..99fccd2 100644
--- a/packer/pkr-builder.pkr.hcl
+++ b/packer/pkr-builder.pkr.hcl
@@ -1,8 +1,12 @@
packer {
required_plugins {
- name = {
+ proxmox = {
version = "~> 1"
source = "github.com/hashicorp/proxmox"
}
+ ansible = {
+ version = "~> 1"
+ source = "github.com/hashicorp/ansible"
+ }
}
}