Files
awx/.env.example
T
mrcharles 7461efb210 [#707] split AWX control plane body of work out of PFVCluster
Framework enforcement layer adopted; check-rules green. Manifest secrets
are placeholders only.
https://projects.knownelement.com/issues/707#note-4537
2026-09-05 05:17:31 -05:00

9 lines
435 B
Bash

# awx repo consumes no secrets from env files by design: node access is
# root-SSH over Tailscale (keys via ssh-agent), and env.sh (sourced) holds
# node rosters + wire-plan constants. Copy env.sh values from the cluster
# runbook; never commit real kubeconfigs or tokens.
#
# Optional overrides when driving scripts by hand:
#SSH_USER=reachableceo
#SSH_OPTS=(-o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=15)