Full lab documentation and infrastructure as code

- Trino catalogs, Grafana, Spark jobs, LDAP LDIF, NPM compose
- Airflow DAG scripts, Proxmox VM inventory, network docs
- Ansible playbook, Gitea CI validate workflow
- Backup and health-check scripts, cron documentation
- Homepage DOCS tab with links to all documentation
- Extended collect-fleet-config.sh and populate-repo.py
This commit is contained in:
Lakehouse Admin
2026-05-19 23:12:41 +02:00
parent 3c8993a41e
commit df5ec93dc3
46 changed files with 1809 additions and 74 deletions
+9
View File
@@ -0,0 +1,9 @@
# Ansible — ATC Lakehouse
```bash
# From atc-docker01 (with ansible installed)
cd /root/lakehouse/ansible
ansible-playbook -i inventory.ini playbook.yml
```
Requires SSH mesh (`/root/.ssh/atc_cluster`) on all targets.