Add deployment_configuration to make deployment using infra-rebuild work
Also document usage of infra-rebuild and its configuration file.
This commit is contained in:
parent
9d7f9d0ec8
commit
46e43e51aa
2 changed files with 48 additions and 0 deletions
28
deployment_configuration.json
Normal file
28
deployment_configuration.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"default": {
|
||||
"targetUser": "colmena-deploy"
|
||||
},
|
||||
"hosts": {
|
||||
"netbox": {
|
||||
"targetHostname": "netbox-intern.hamburg.ccc.de"
|
||||
},
|
||||
"matrix": {
|
||||
"targetHostname": "matrix-intern.hamburg.ccc.de"
|
||||
},
|
||||
"public-web-static": {
|
||||
"targetHostname": "public-web-static-intern.hamburg.ccc.de"
|
||||
},
|
||||
"git": {
|
||||
"targetHostname": "git.hamburg.ccc.de"
|
||||
},
|
||||
"forgejo-actions-runner": {
|
||||
"targetHostname": "forgejo-actions-runner-intern.hamburg.ccc.de"
|
||||
},
|
||||
"eh22-wiki": {
|
||||
"targetHostname": "eh22-wiki-intern.hamburg.ccc.de"
|
||||
},
|
||||
"nix-box-june": {
|
||||
"targetHostname": "nix-box-june-intern.hamburg.ccc.de"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue