24 lines
595 B
Markdown
24 lines
595 B
Markdown
# 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 |
|
|
# toledo onboarding notes
|