Created FreeBSD packer build config for Proxmox

This commit is contained in:
2024-04-18 00:42:00 -04:00
parent 05171a80a3
commit 05d6ec78c3
3 changed files with 56 additions and 4 deletions

7
.gitignore vendored
View File

@ -6,13 +6,12 @@ packer_cache/
crash.log
# https://www.packer.io/guides/hcl/variables
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and
# subject to change depending on the environment.
#
*.pkrvars.hcl
# For built boxes
*.box