Capture current Ansible control plane state
Commit the accumulated infrastructure work that was living only in the working tree: monitoring stack, emergency access/bot, gyro allocator, grimmory, adguard, backup audit and the OpenCode agent definitions. Also ignore Python bytecode, local archives and Nix/direnv artifacts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GTocXkGUUazHdKKd3r9k71
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
monitoring_root: /opt/monitoring
|
||||
monitoring_prometheus_retention: 30d
|
||||
monitoring_prometheus_retention_size: 8GB
|
||||
monitoring_grafana_admin_user: admin
|
||||
monitoring_grafana_admin_password: "{{ lookup('env', 'MONITORING_GRAFANA_ADMIN_PASSWORD') }}"
|
||||
monitoring_telegram_bot_token: "{{ lookup('env', 'MONITORING_TELEGRAM_BOT_TOKEN') }}"
|
||||
monitoring_telegram_chat_id: "{{ lookup('env', 'MONITORING_TELEGRAM_CHAT_ID') }}"
|
||||
monitoring_pve_api_user: "{{ lookup('env', 'MONITORING_PVE_API_USER') }}"
|
||||
monitoring_pve_api_token_id: "{{ lookup('env', 'MONITORING_PVE_API_TOKEN_ID') }}"
|
||||
monitoring_pve_api_token_secret: "{{ lookup('env', 'MONITORING_PVE_API_TOKEN_SECRET') }}"
|
||||
monitoring_lan_cidr: 192.168.1.0/24
|
||||
monitoring_openvpn_gateway_ip: 192.168.1.23
|
||||
monitoring_docker_cidr: 172.16.0.0/12
|
||||
Reference in New Issue
Block a user