Restructure repository, removing old stuff

This commit is contained in:
2020-02-11 23:17:43 -05:00
parent 2fa6554b9d
commit bb3578f997
78 changed files with 260 additions and 148 deletions

6
_legacy/hosts/apex.yml Normal file
View File

@@ -0,0 +1,6 @@
---
description: "EN1 Reverse Proxy / EN1 VPN Server"
targets:
- admin
- vpn

View File

@@ -0,0 +1,8 @@
---
description: "Wandering excursion"
targets:
- admin
- workstations
ansible_python_interpreter: /usr/bin/python3

View File

@@ -0,0 +1,20 @@
---
description: "EN1 System Control Node"
targets:
- admin
- network
networking:
eno1:
dhcp: Yes
eno2:
addresses: ["192.168.255.10/24"]
# demo:
# addresses: ["192.168.1.10/24", "192.168.100.10/24"]
# dhcp: true
# dhcp6: true
# gateway: 192.168.1.1
# dns: ["8.8.8.8", "8.8.4.4"]
# vlans: ["101", "200"]

View File

@@ -0,0 +1,6 @@
---
description: "EN2 Digitial Ocean Cloud Server"
targets:
- admin
- web

View File

@@ -0,0 +1,5 @@
---
description: "EN1 Secondary Datastore"
targets:
- admin
- datastore

View File

@@ -0,0 +1,6 @@
---
description: "And the Last"
targets:
- admin
- workstations

View File

@@ -0,0 +1,9 @@
---
description: "EN1 Primary Datastore / EN1 Secondary Hypervisor"
targets:
- admin
- datastore
networking:
ovirtmgt:

View File

@@ -0,0 +1,10 @@
---
description: "EN1 Primary Hypervisor"
targets:
- admin
- datastore
- hypervisor
networking:
ovirtmgt:

View File

@@ -0,0 +1,33 @@
---
description: EN1 Core Router
ansible_network_os: edgeos
targets:
- admin
- network
network:
ethernet_eth0:
address: dhcp
description: UPLINK
extra:
- duplex auto
- speed auto
ethernet_eth1:
address: 10.42.100.1/24
description: PUBLIC
extra:
- duplex auto
- speed auto
ethernet_eth2:
address: 10.42.101.1/24
description: PRIVATE
extra:
- duplex auto
- speed auto
ethernet_eth2_vif_10:
address: 10.42.102.1/24
description: SECURE
extra:
- mtu 1500

View File

@@ -0,0 +1,8 @@
---
description: "Smooth as Silk"
targets:
- admin
- workstations
ansible_python_interpreter: /usr/bin/python3

View File

@@ -0,0 +1,8 @@
---
description: "Watcher who Watches the Watchmen"
targets:
- admin
- workstations
ansible_python_interpreter: /usr/bin/python3

View File

@@ -0,0 +1,5 @@
---
description: "Database Host: MariaDB"
targets:
- admin

View File

@@ -0,0 +1,5 @@
---
description: "Database Host: MySQL"
targets:
- admin

View File

@@ -0,0 +1,5 @@
---
description: "Database Host: PrometheusDB"
targets:
- admin

View File

@@ -0,0 +1,6 @@
---
description: "Development Host: Nginx Web Server"
targets:
- admin
- web

View File

@@ -0,0 +1,9 @@
---
description: "Application Host: Bitwarden"
targets:
- admin
- bitwarden
networking:
eth0:

View File

@@ -0,0 +1,9 @@
---
description: "Application Host: Gitea"
targets:
- admin
- gitea
networking:
eth0:

View File

@@ -0,0 +1,9 @@
---
description: "Application Host: Minecraft"
targets:
- admin
- minecraft
networking:
eth0:

View File

@@ -0,0 +1,9 @@
---
description: "Application Host: Nextcloud"
targets:
- admin
- nextcloud
networking:
eth0:

View File

@@ -0,0 +1,6 @@
---
description: "Application Host: Plex Media Server"
targets:
- admin
- plex