8 lines
311 B
Markdown
8 lines
311 B
Markdown
|
|
# scripts/
|
||
|
|
|
||
|
|
Small helper scripts. **Python standard library only** — no third-party
|
||
|
|
dependencies (keeps them runnable anywhere without a venv).
|
||
|
|
|
||
|
|
- `tf_to_inventory.py` — reads `terraform output -json` on stdin and writes an
|
||
|
|
Ansible `hosts.yml`. Invoked by `make tf-inventory`. Data contract: **ADR-009**.
|