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.
21 lines
529 B
21 lines
529 B
{
|
|
"name": "debian-base-image",
|
|
"deployment_repo": {
|
|
"url": "https://gitea.k3s.swla.eu/gitea-admin/hcloud-encrypted-debian-packer.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": [
|
|
]
|
|
}
|
|
|