Create a dedicated tools section in reference docs. Move ansible/roles.md to tools/ansible.md (broadened with CLI patterns), add new cards for Dagger, ArgoCD CLI, and Pulumi. Update existing docs to reflect Dagger build process and fix all [[roles]] wiki-links to [[ansible]]. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.5 KiB
1.5 KiB
| title | modified | tags | |||
|---|---|---|---|---|---|
| Pulumi | 2026-02-12 |
|
Pulumi
Infrastructure-as-Code for DNS and Tailscale ACL management. Two independent projects, both using the Python SDK with uv toolchain.
Projects
| Project | Stack | Source | Manages |
|---|---|---|---|
blumeops-dns |
eblu-me |
pulumi/gandi/ |
DNS records for eblu.me via Gandi LiveDNS |
blumeops-tailnet |
tail8d86e |
pulumi/tailscale/ |
ACL policy, device tags, auth keys |
DNS (blumeops-dns)
Manages *.ops.eblu.me wildcard and base records pointing to indri's Tailscale IP, plus public CNAME records for services routed via flyio-proxy.
Tailnet (blumeops-tailnet)
Manages the ACL policy (policy.hujson), device tags for indri and sifaka, and auth keys for the Fly.io proxy.
CLI Patterns
All operations use mise tasks that wrap pulumi with the correct stack and working directory:
# DNS
mise run dns-preview # Preview DNS changes
mise run dns-up # Apply DNS changes
# Tailscale
mise run tailnet-preview # Preview ACL/tag changes
mise run tailnet-up # Apply ACL/tag changes
Authentication
- Gandi:
GANDI_PERSONAL_ACCESS_TOKENenvironment variable - Tailscale:
TAILSCALE_API_KEYenvironment variable - Pulumi state: Local backend (no Pulumi Cloud)