CIS + inital

This commit is contained in:
2026-01-26 21:22:41 -05:00
parent 5b6e1567f9
commit 28db1d2104
65 changed files with 4555 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
---
# Host Variables for VPN1
# User-facing VPN endpoint #1
# VPN Network (unique per endpoint)
wg_network: "10.200.0.0/24"
wg_server_ip: "10.200.0.1"
# Users for this endpoint (50-70 recommended)
# Can override group_vars wg_peers or add additional users
# wg_peers:
# - name: vpn1_user1
# - name: vpn1_user2
# # ... up to 70 users
+13
View File
@@ -0,0 +1,13 @@
---
# Host Variables for VPN2
# User-facing VPN endpoint #2
# VPN Network (unique per endpoint)
wg_network: "10.201.0.0/24"
wg_server_ip: "10.201.0.1"
# Users for this endpoint (50-70 recommended)
# wg_peers:
# - name: vpn2_user1
# - name: vpn2_user2
# # ... up to 70 users
+13
View File
@@ -0,0 +1,13 @@
---
# Host Variables for VPN3
# User-facing VPN endpoint #3
# VPN Network (unique per endpoint)
wg_network: "10.202.0.0/24"
wg_server_ip: "10.202.0.1"
# Users for this endpoint (50-70 recommended)
# wg_peers:
# - name: vpn3_user1
# - name: vpn3_user2
# # ... up to 70 users