Small api aiming to serve ignition manifests dynamically on-the-fly.
To install CoreOS/Flatcar you need to expose the static ignition file via an HTTP server and the use it remotely in your installation live session or you have to copy your static ignition file locally in your installation live session.
The pain increase with th number of servers to deploy.
Instead of serve the ignition configs for each deployment you need, you can generate the ignition configs on-the-fly from butane templates you can customize as you want.
docker pull ghcr.io/soubinan/ignition-server:latest
docker run --rm -v $PWD/templates:/app/templates:Z -p 8000:8000 ghcr.io/soubinan/ignition-server:latest