This repository requires Foundry CLI.
This repository intentionally does not include environment-specific values.
- Foundry CLI implementation lives in
alflag-team/foundry. - This repository contains infra assets and reference implementation data.
- Environment-specific values are provided through a private overlay.
gh repo clone alflag-team/foundry
./foundry/bin/foundry --help
./foundry/bin/foundry --root "$(pwd)" --overlay "$(pwd)/overlay" doctorIf foundry is already installed on your PATH:
foundry --root "$(pwd)" --overlay "$(pwd)/overlay" doctoransible/: convergence playbooks and rolesterraform/: infra definitionspacker/: image templatescloud-init/: bootstrap assetsproviders/: provider contract and registriesoverlay.example/: safe placeholders for private overlay structure
- Copy
overlay.example/to a private location. - Fill private values in your private repo (for example
infra-core-private). - Never commit real IPs, hostnames, Cloudflare IDs/tokens, or credentials here.
See docs/private-overlay.md for the boundary and required files.