Update Networking/IP Tables/192.168.3.0 - Server Network.md
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
### IP Addresses
|
### Homelab Server Inventory
|
||||||
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 (*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).
|
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_scheme=https
|
||||||
ansible_winrm_server_cert_validation=ignore
|
ansible_winrm_server_cert_validation=ignore
|
||||||
|
|
||||||
[containerOrchestration]
|
|
||||||
container-node-01
|
|
||||||
|
|
||||||
[windowsServers]
|
[windowsServers]
|
||||||
lab-dc-01
|
|
||||||
lab-dc-02
|
|
||||||
virt-node-01
|
virt-node-01
|
||||||
bunny-node-02
|
bunny-node-02
|
||||||
lab-games-01
|
lab-games-04
|
||||||
|
lab-games-02
|
||||||
lab-games-03
|
lab-games-03
|
||||||
|
lab-games-05
|
||||||
|
lab-dc-01
|
||||||
|
lab-dc-02
|
||||||
lab-iris-01
|
lab-iris-01
|
||||||
lab-draas-01
|
lab-games-01
|
||||||
deep-node-01
|
|
||||||
lab-dt-02
|
lab-dt-02
|
||||||
|
lab-draas-01
|
||||||
|
|
||||||
[windowsServers:vars]
|
[windowsServers:vars]
|
||||||
ansible_connection=winrm
|
ansible_connection=winrm
|
||||||
@ -81,37 +80,26 @@ ansible_winrm_scheme=https
|
|||||||
ansible_winrm_server_cert_validation=ignore
|
ansible_winrm_server_cert_validation=ignore
|
||||||
|
|
||||||
[linuxServers]
|
[linuxServers]
|
||||||
pfsense
|
|
||||||
lab-jelly-01
|
lab-jelly-01
|
||||||
moon-storage-01
|
moon-storage-01
|
||||||
lab-photos-01
|
lab-photos-01
|
||||||
awx
|
lab-ansible-01
|
||||||
|
lab-ferrumgate-01
|
||||||
mail
|
mail
|
||||||
lab-docker-01
|
lab-docker-01
|
||||||
alpine-work-01
|
|
||||||
lab-auth-01
|
lab-auth-01
|
||||||
|
container-node-01
|
||||||
lab-auth-02
|
lab-auth-02
|
||||||
cloud
|
|
||||||
matrix
|
|
||||||
lab-puppet-01
|
lab-puppet-01
|
||||||
|
lab-pool-01
|
||||||
|
lab-cloud-01
|
||||||
|
lab-dt-01
|
||||||
|
lab-matrix-01
|
||||||
lab-onion-01
|
lab-onion-01
|
||||||
lab-wazuh-01
|
lab-wazuh-01
|
||||||
lab-sophos-01
|
|
||||||
|
|
||||||
[linuxServers:vars]
|
[linuxServers:vars]
|
||||||
ansible_connection=ssh
|
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`
|
1. pfSense Firewall @ `192.168.3.1`
|
||||||
|
Reference in New Issue
Block a user