Switch service URLs to tuxflotte.de
This commit is contained in:
parent
e20a536002
commit
f3e85a9746
2
app.py
2
app.py
@ -121,7 +121,7 @@ def get_profile_bootstrap(profile_id: str):
|
||||
"mode": "pull"
|
||||
},
|
||||
"ssh": {
|
||||
"authorized_keys_url": "https://anode.stallinux.de/keys/default.pub"
|
||||
"authorized_keys_url": "https://anode.tuxflotte.de/keys/default.pub"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
"ansible_repo": "https://git.example.com/stallinux/mint-desktop.git",
|
||||
"installer": {
|
||||
"type": "autoinstall",
|
||||
"url": "https://anode.stallinux.de/installers/mint-desktop/user-data"
|
||||
"url": "https://anode.tuxflotte.de/installers/mint-desktop/user-data"
|
||||
}
|
||||
},
|
||||
"fedora-workstation": {
|
||||
@ -33,7 +33,7 @@
|
||||
"ansible_repo": "https://git.example.com/stallinux/fedora-workstation.git",
|
||||
"installer": {
|
||||
"type": "kickstart",
|
||||
"url": "https://anode.stallinux.de/installers/fedora-workstation/ks.cfg"
|
||||
"url": "https://anode.tuxflotte.de/installers/fedora-workstation/ks.cfg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user