config: update YAMLs with real Odoo and network data
Configure Odoo connection to CAS database at 192.168.10.188:8069, add Firewall OPNsense, Router Telmex, and Servidor Odoo to topology, set network scan to 192.168.10.0/24 subnet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,20 +1,29 @@
|
||||
nodes:
|
||||
- name: "Router Principal"
|
||||
ip: "192.168.1.1"
|
||||
username: "admin"
|
||||
password: "admin"
|
||||
icon: "router"
|
||||
- name: "Firewall OPNsense"
|
||||
ip: "192.168.10.1"
|
||||
username: "root"
|
||||
password: "opnsense"
|
||||
public_url: "https://192.168.10.1:8443"
|
||||
icon: "firewall"
|
||||
connections: []
|
||||
|
||||
- name: "Servidor Ejemplo"
|
||||
ip: "192.168.1.10"
|
||||
- name: "Router Telmex"
|
||||
ip: "192.168.1.254"
|
||||
username: "TELMEX"
|
||||
password: ""
|
||||
public_url: "http://192.168.1.254"
|
||||
icon: "router"
|
||||
connections: ["Firewall OPNsense"]
|
||||
|
||||
- name: "Servidor Odoo"
|
||||
ip: "192.168.10.188"
|
||||
username: "root"
|
||||
password: "password"
|
||||
public_url: "https://ejemplo.com"
|
||||
password: "Aasi940812"
|
||||
public_url: "https://crm.consultoria-as.com"
|
||||
icon: "server"
|
||||
connections: ["Router Principal"]
|
||||
connections: ["Firewall OPNsense"]
|
||||
|
||||
network_scan:
|
||||
enabled: true
|
||||
subnet: "192.168.1.0/24"
|
||||
subnet: "192.168.10.0/24"
|
||||
interval_minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user