2025-09-15 16:36:39 -07:00
|
|
|
server_type = "s-2vcpu-2gb" # the digital ocean server type to deploy
|
2025-08-16 13:39:35 -07:00
|
|
|
|
2025-08-10 21:30:22 -07:00
|
|
|
do_token = "" # token from "API" settings on DigitalOcean
|
|
|
|
|
|
2025-09-15 16:36:39 -07:00
|
|
|
cloudflare_api_token = "" # corresponding API token should allow modifying DNS settings for the Nassella configured domain
|
|
|
|
|
cloudflare_zone_id = "" # corresponding zone ID for API token for the Nassella configured domain
|
|
|
|
|
cloudflare_account_id = "" # corresponding account ID for API token
|
2025-08-14 07:08:17 -07:00
|
|
|
|
2025-09-15 16:36:39 -07:00
|
|
|
cluster_name = "mycluster" # currently only used as the name of the machine on DigitalOcean
|
|
|
|
|
datacenter = "sfo3" # datacenter to deploy the droplet to
|
|
|
|
|
ssh_keys = [""] # unused
|
2025-12-07 10:38:36 -08:00
|
|
|
flatcar_stable_version = "4459.2.1" # (source <(curl -sSfL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt); echo "${FLATCAR_VERSION_ID}")
|