Update Networking/Homelab Server Inventory.md
This commit is contained in:
@ -7,10 +7,12 @@ 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)
|
||||
# --------------------------------------------------------
|
||||
# Deep Nodes
|
||||
deep-node ansible_host=10.0.0.20
|
||||
|
||||
# Servers (Physical and Virtual)
|
||||
lab-pfsense-01 ansible_host=192.168.3.1 # (1)
|
||||
lab-jelly-01 ansible_host=lab-jelly-01.bunny-lab.io # (2)
|
||||
moon-storage-01 ansible_host=192.168.3.3 # (3)
|
||||
@ -50,17 +52,13 @@ 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
|
||||
# --------------------------------------------------------
|
||||
[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
|
||||
|
||||
[windowsServers]
|
||||
virt-node-01
|
||||
bunny-node-02
|
||||
@ -75,13 +73,6 @@ lab-games-01
|
||||
lab-dt-02
|
||||
lab-draas-01
|
||||
|
||||
[windowsServers:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
|
||||
[linuxServers]
|
||||
#lab-jelly-01
|
||||
#moon-storage-01
|
||||
@ -100,6 +91,23 @@ lab-dt-01
|
||||
#lab-onion-01
|
||||
lab-wazuh-01
|
||||
|
||||
# --------------------------------------------------------
|
||||
# Host Group Variables
|
||||
# --------------------------------------------------------
|
||||
[domainControllers:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
|
||||
[windowsServers:vars]
|
||||
ansible_connection=winrm
|
||||
ansible_port=5986
|
||||
ansible_winrm_transport=kerberos
|
||||
ansible_winrm_scheme=https
|
||||
ansible_winrm_server_cert_validation=ignore
|
||||
|
||||
[linuxServers:vars]
|
||||
ansible_connection=ssh
|
||||
```
|
||||
|
Reference in New Issue
Block a user