Update Networking/IP Tables/192.168.3.0 - Server Network.md
This commit is contained in:
@ -6,10 +6,15 @@ Documented IP addresses of physical servers and virtual machines. This is in th
|
||||
# Deep Nodes
|
||||
deep-node ansible_host=10.0.0.20
|
||||
|
||||
# Servers
|
||||
# Servers (Physical and Virtual)
|
||||
lab-jelly-01 ansible_host=192.168.3.2
|
||||
# moon-storage-01 ansible_host=192.168.3.3 # TrueNAS Core Server
|
||||
virt-node-01 ansible_host=virt-node-01.bunny-lab.io # Hyper-V Virtualization Node
|
||||
virt-node-01 ansible_host=virt-node-01.bunny-lab.io # Hyper-V Virtualization Node @ 192.168.3.4
|
||||
bunny-node-02 ansible_host=bunny-node-02.bunny-lab.io # Hyper-V Virtualization Node @ 192.168.3.5
|
||||
lab-games-04 ansible_host=lab-games-04.bunny-lab.io # Satisfactory Dedicated Server @ 192.168.3.6
|
||||
lab-photos-01 ansible_host=lab-photos-01.bunny-lab.io # Immich Server @ 192.168.3.7
|
||||
# NOT-IN-USE ansible_host=NOT-IN-USE.bunny-lab.io @ 192.168.3.8
|
||||
# NOT-IN-USE ansible_host=NOT-IN-USE.bunny-lab.io @ 192.168.3.9
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
@ -26,18 +31,7 @@ placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
placeholder ansible_host=placeholder.bunny-lab.io
|
||||
```
|
||||
|
||||
| 192.168.3.4 | Windows | VIRT-NODE-01.bunny-lab.io |
|
||||
| 192.168.3.5 | Windows | BUNNY-NODE-02.bunny-lab.io | Hyper-V Virtualization Node |
|
||||
| 192.168.3.6 | Windows | LAB-GAMES-04.bunny-lab.io | Satisfactory Dedicated Server |
|
||||
| 192.168.3.7 | Linux | PHOTOS.bunny-lab.io | Immich Server |
|
||||
| 192.168.3.8 | `N/A` | `NOT IN USE` | `NOT IN USE` |
|
||||
| 192.168.3.9 | `N/A` | `NOT IN USE` | `NOT IN USE` |
|
||||
| 192.168.3.10 | Linux | AWX.bunny-lab.io | Ansible Tower (AWX) - Freshly Re-Deployed |
|
||||
| 192.168.3.11 | Windows | LAB-GAMES-02.bunny-lab.io | Minecraft - All The Mods 9 |
|
||||
| 192.168.3.12 | Linux | LAB-FERRUMGATE-01 | Ferrumgate Server |
|
||||
@ -67,4 +61,72 @@ placeholder ansible_host=placeholder.bunny-lab.io
|
||||
| 192.168.3.35 | Windows | DEEPLAB-DC-01 | Lab Domain Controller |
|
||||
| 192.168.3.36 | Windows | DEEPLAB-NODE-01 | Lab Endpoint Workstation |
|
||||
| 192.168.3.37 | Linux | LAB-ONION-01.bunny-lab.io | Security Onion |
|
||||
| 192.168.3.38 | Linux | LAB-WAZUH-01.bunny-lab.io | Wazuh |
|
||||
| 192.168.3.38 | Linux | LAB-WAZUH-01.bunny-lab.io | Wazuh |
|
||||
|
||||
[domainControllers]
|
||||
lab-dc-01
|
||||
lab-dc-02
|
||||
|
||||
[domainControllers:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
|
||||
[containerOrchestration]
|
||||
container-node-01
|
||||
|
||||
[windowsServers]
|
||||
lab-dc-01
|
||||
lab-dc-02
|
||||
virt-node-01
|
||||
bunny-node-02
|
||||
lab-games-01
|
||||
lab-games-03
|
||||
lab-iris-01
|
||||
lab-draas-01
|
||||
deep-node-01
|
||||
lab-dt-02
|
||||
|
||||
[windowsServers:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
|
||||
[linuxServers]
|
||||
pfsense
|
||||
lab-jelly-01
|
||||
moon-storage-01
|
||||
lab-photos-01
|
||||
awx
|
||||
mail
|
||||
lab-docker-01
|
||||
alpine-work-01
|
||||
lab-auth-01
|
||||
lab-auth-02
|
||||
cloud
|
||||
matrix
|
||||
lab-puppet-01
|
||||
lab-onion-01
|
||||
lab-wazuh-01
|
||||
lab-sophos-01
|
||||
|
||||
[linuxServers:vars]
|
||||
ansible_connection=ssh
|
||||
|
||||
[workstations]
|
||||
bunny-dsktp-01
|
||||
bunny-lptp-01
|
||||
bunny-lptp-02
|
||||
|
||||
[workstations:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user