From 626023dbb5ddb8f578c67c876d202044f41a05a5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 17 Nov 2024 22:39:39 -0700 Subject: [PATCH] Update Networking/Homelab Server Inventory.md --- Networking/Homelab Server Inventory.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Networking/Homelab Server Inventory.md b/Networking/Homelab Server Inventory.md index 5f64d4a..296efd6 100644 --- a/Networking/Homelab Server Inventory.md +++ b/Networking/Homelab Server Inventory.md @@ -7,9 +7,9 @@ All servers (physical and virtual) are documented within this specific page. Th Whenever changes are made here, they need to be replicated to the production [Ansible AWX Inventory File](https://git.bunny-lab.io/GitOps/awx.bunny-lab.io/_edit/main/inventories/homelab.ini). This ensures that Ansible AWX is always up-to-date. Simply copy/paste the codeblock below into the linked inventory file, and commit the change with a comment explaining what was added/removed from the inventory list. ```ini title="https://git.bunny-lab.io/GitOps/awx.bunny-lab.io/src/branch/main/inventories/homelab.ini" -# -------------------------------------------------------- -# Servers (Physical and Virtual) -# -------------------------------------------------------- +# ----------------------------------------------------------------- # +# Servers (Physical and Virtual) - Hosts Mapped to IPs / FQDNs # +# ----------------------------------------------------------------- # # Deep Nodes deep-node ansible_host=10.0.0.20 @@ -52,9 +52,9 @@ deeplab-node-01 ansible_host=deeplab-node-01.deeptree-lab.io # (36) lab-onion-01 ansible_host=192.168.3.37 # (37) lab-wazuh-01 ansible_host=192.168.3.38 # (38) -# -------------------------------------------------------- -# Host Groups -# -------------------------------------------------------- +# ----------------------------------------------------------------- # +# Host Groups - Various Logical Groupings of Devices # +# ----------------------------------------------------------------- # [domainControllers] lab-dc-01 lab-dc-02 @@ -91,9 +91,9 @@ lab-dt-01 #lab-onion-01 lab-wazuh-01 -# -------------------------------------------------------- -# Host Group Variables -# -------------------------------------------------------- +# ----------------------------------------------------------------- # +# Host Groups - Variables Defining Specific Requirements of Groups # +# ----------------------------------------------------------------- # [domainControllers:vars] ansible_connection=winrm ansible_port=5986