From 8c40ef412123f19dff159c2a086e3772e23b45f6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 17 Nov 2024 00:47:49 -0700 Subject: [PATCH] Update Networking/IP Tables/192.168.3.0 - Server Network.md --- .../IP Tables/192.168.3.0 - Server Network.md | 44 +++++++------------ 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/Networking/IP Tables/192.168.3.0 - Server Network.md b/Networking/IP Tables/192.168.3.0 - Server Network.md index 0eab7f2..c34c8f5 100644 --- a/Networking/IP Tables/192.168.3.0 - Server Network.md +++ b/Networking/IP Tables/192.168.3.0 - Server Network.md @@ -1,5 +1,5 @@ -### 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. +### Homelab Server Inventory +Documented IP addresses of physical servers and virtual machines (*Not including docker / kubernetes containers*). 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). @@ -58,20 +58,19 @@ 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-04 +lab-games-02 lab-games-03 +lab-games-05 +lab-dc-01 +lab-dc-02 lab-iris-01 -lab-draas-01 -deep-node-01 +lab-games-01 lab-dt-02 +lab-draas-01 [windowsServers:vars] ansible_connection=winrm @@ -81,37 +80,26 @@ ansible_winrm_scheme=https ansible_winrm_server_cert_validation=ignore [linuxServers] -pfsense lab-jelly-01 moon-storage-01 lab-photos-01 -awx +lab-ansible-01 +lab-ferrumgate-01 mail lab-docker-01 -alpine-work-01 lab-auth-01 +container-node-01 lab-auth-02 -cloud -matrix lab-puppet-01 +lab-pool-01 +lab-cloud-01 +lab-dt-01 +lab-matrix-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 ``` 1. pfSense Firewall @ `192.168.3.1`