Deployment repo for building hetzner cloud snapshots with packer for use as base image.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hcloud-encrypted-debian-packer/deployment.json

22 lines
520 B

{
"name": "debian-base-image",
"deployment_repo": {
"url": "_gitea@git.1wilson.org:mw/debian-base-image.git",
"reference": "master"
},
"roles_repo": {
"url": "git@github.com:torarg/ansible-roles.git",
"reference": "master"
},
"roles": [
"hetzner/autoinstall",
"linux/unlock_initramfs",
"common/bootstrap",
"linux/k3s/ansible_setup"
],
"inventory_sources": [
],
"inventory_writers": [
"vault"
]
}