customer-deploy/docs/deployment.md

24 lines
595 B
Markdown
Raw Normal View History

2026-08-29 00:28:57 +00:00
# Galion Systems — Customer Deployment Guide
## Prerequisites
- Ansible 2.12+
- SSH access to target site jump host
- Customer VPN credentials (see IT for per-site config)
## Deployment
```bash
ansible-playbook deploy/playbooks/site.yml \
-e target_site=walnut_creek \
-e @deploy/site_vars/walnut_creek.yml \
-i inventory/hosts.ini
```
## Sites
| Site | Contact | Status |
|------|---------|--------|
| walnut_creek | ops@walnutcreekwater.org | active |
| gary_in | maintenance@garyfacility.com | active |
| toledo_oh | scada@toledowater.com | onboarding |
2026-08-29 00:28:57 +00:00
# toledo onboarding notes