Update Networking/Homelab Server Inventory.md

This commit is contained in:
2024-11-17 22:39:39 -07:00
parent 9a4bf45bae
commit 626023dbb5

View File

@ -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