Update Networking/IP Tables/192.168.3.0 - Server Network.md

This commit is contained in:
2024-11-17 00:08:51 -07:00
parent fbfc409140
commit ebda86c804

View File

@ -1,16 +1,18 @@
### IP Addresses ### IP Addresses
Documented IP addresses of physical servers and virtual machines. This is in the format of an Ansible Inventory File in order to keep AWX updated at the same time the associated data is catalogued here. Documented IP addresses of physical servers and virtual machines. This is in the format of an Ansible Inventory File in order to keep AWX updated at the same time the associated data is catalogued here.
Whenever changes are made here, they need to be replicated to the production ansible cluster [Homelab Inventory File](https://git.bunny-lab.io/GitOps/awx.bunny-lab.io/_edit/main/inventories/homelab.ini).
```ini title="awx.bunny-lab.io/inventories/homelab.ini" ```ini title="awx.bunny-lab.io/inventories/homelab.ini"
# Deep Nodes # Deep Nodes
deep-node ansible_host=10.0.0.20 deep-node ansible_host=10.0.0.20
# Servers (Physical and Virtual) # Servers (Physical and Virtual)
lab-pfsense-01 ansible_host=192.168.3.1 # (1) lab-pfsense-01 ansible_host=192.168.3.1 # (1)
lab-jelly-01 ansible_host=192.168.3.2 lab-jelly-01 ansible_host=lab-jelly-01.bunny-lab.io # (2)
moon-storage-01 ansible_host=192.168.3.3 # TrueNAS Core Server moon-storage-01 ansible_host=192.168.3.3 # (3)
virt-node-01 ansible_host=virt-node-01.bunny-lab.io # Hyper-V Virtualization Node @ 192.168.3.4 virt-node-01 ansible_host=virt-node-01.bunny-lab.io # (4)
bunny-node-02 ansible_host=bunny-node-02.bunny-lab.io # Hyper-V Virtualization Node @ 192.168.3.5 bunny-node-02 ansible_host=bunny-node-02.bunny-lab.io # (5)
lab-games-04 ansible_host=lab-games-04.bunny-lab.io # Satisfactory Dedicated Server @ 192.168.3.6 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 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.8
@ -129,4 +131,13 @@ ansible_winrm_scheme=https
ansible_winrm_server_cert_validation=ignore ansible_winrm_server_cert_validation=ignore
``` ```
1. pfSense Firewall 1. pfSense Firewall @ `192.168.3.1`
2. Jellyfin Media Server @ `192.168.3.2`
3. TrueNAS Core Server @ `192.168.3.3`
4. Hyper-V Virtualization Node @ `192.168.3.4`
5. Hyper-V Virtualization Node @ `192.168.3.5`
6.
7.
8.
9.
10.