Repo initialisation

This commit is contained in:
Serge NOEL
2025-12-03 13:16:35 +01:00
parent 21b6c855d2
commit 66ccf7a20e
51 changed files with 5011 additions and 0 deletions

39
targets.yaml Normal file
View File

@@ -0,0 +1,39 @@
# RDP Broker - Target Configuration
# This file defines the available RDP targets that users can connect to
targets:
# Windows Server 01 - Production Web Server
- name: "Windows Server 01"
host: "192.168.1.10"
port: 3389
description: "Production Web Server"
# Windows Server 02 - Database Server
- name: "Windows Server 02"
host: "192.168.1.11"
port: 3389
description: "Database Server"
# Development Desktop
- name: "Development Desktop"
host: "dev-machine.local"
port: 3389
description: "Developer Workstation"
# Windows Server 03 - Application Server
- name: "Windows Server 03"
host: "192.168.1.20"
port: 3389
description: "Application Server"
# Terminal Server
- name: "Terminal Server"
host: "ts01.example.com"
port: 3389
description: "Shared Terminal Server"
# Test Environment
- name: "Test Server"
host: "192.168.100.50"
port: 3389
description: "Testing and QA Environment"