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
486 B
21 lines
486 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",
|
|
"common/bootstrap",
|
|
"linux/k3s/ansible_setup"
|
|
],
|
|
"inventory_sources": [
|
|
],
|
|
"inventory_writers": [
|
|
"vault"
|
|
]
|
|
}
|
|
|