Switch service URLs to tuxflotte.de

This commit is contained in:
Thomas Stallinger 2026-07-03 11:05:31 +02:00
parent e20a536002
commit f3e85a9746
2 changed files with 3 additions and 3 deletions

2
app.py
View File

@ -121,7 +121,7 @@ def get_profile_bootstrap(profile_id: str):
"mode": "pull" "mode": "pull"
}, },
"ssh": { "ssh": {
"authorized_keys_url": "https://anode.stallinux.de/keys/default.pub" "authorized_keys_url": "https://anode.tuxflotte.de/keys/default.pub"
} }
} }

View File

@ -21,7 +21,7 @@
"ansible_repo": "https://git.example.com/stallinux/mint-desktop.git", "ansible_repo": "https://git.example.com/stallinux/mint-desktop.git",
"installer": { "installer": {
"type": "autoinstall", "type": "autoinstall",
"url": "https://anode.stallinux.de/installers/mint-desktop/user-data" "url": "https://anode.tuxflotte.de/installers/mint-desktop/user-data"
} }
}, },
"fedora-workstation": { "fedora-workstation": {
@ -33,7 +33,7 @@
"ansible_repo": "https://git.example.com/stallinux/fedora-workstation.git", "ansible_repo": "https://git.example.com/stallinux/fedora-workstation.git",
"installer": { "installer": {
"type": "kickstart", "type": "kickstart",
"url": "https://anode.stallinux.de/installers/fedora-workstation/ks.cfg" "url": "https://anode.tuxflotte.de/installers/fedora-workstation/ks.cfg"
} }
} }
} }