diff --git a/app.py b/app.py index f8cb8d2..7cc25b2 100644 --- a/app.py +++ b/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" } } diff --git a/config.json b/config.json index 0d7c722..ccbb010 100644 --- a/config.json +++ b/config.json @@ -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" } } }