Proxmox: node1-3 → 10.0.19.101-103 Talos cp1-3 → 10.0.19.1-3, workers → 10.0.19.4-6 K8s endpoint → VIP https://10.0.19.10:6443 Ansible: prom → 10.0.19.31, db → 10.0.19.30 Talos: added VIP block to controlplane.yaml base config Promtail: Loki URL → 10.0.19.31 Docs: all references updated, talos4 removed
17 lines
410 B
YAML
17 lines
410 B
YAML
---
|
|
ansible_host: 204.110.191.229
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
# OpenSearch configuration
|
|
opensearch_heap_min: "4g"
|
|
opensearch_heap_max: "4g"
|
|
|
|
# Firewall — Caddy needs HTTP/HTTPS open for Let's Encrypt + traffic
|
|
firewall_allow_rules:
|
|
- port: 80
|
|
proto: tcp
|
|
comment: HTTP
|
|
- port: 443
|
|
proto: tcp
|
|
comment: HTTPS
|