Add networking to hosts missing it
Update descriptions Add router host vars file Add vm-dev-nginx
This commit is contained in:
parent
bf7105006e
commit
fd77dbfca4
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "EN1 Reverse Proxy and VPN Server"
|
||||
description: "EN1 Reverse Proxy / EN1 VPN Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "EN2 Cloud Server 1"
|
||||
description: "EN2 Digitial Ocean Cloud Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
|
@ -1,6 +1,11 @@
|
||||
---
|
||||
description: "EN1 Secondary Hypervisor and Primary Datastore"
|
||||
description: "EN1 Primary Datastore / EN1 Secondary Hypervisor"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- datastore
|
||||
|
||||
networking:
|
||||
em1:
|
||||
em2:
|
||||
ovirtmgt:
|
||||
|
@ -5,3 +5,7 @@ targets:
|
||||
- admin
|
||||
- datastore
|
||||
- hypervisor
|
||||
|
||||
networking:
|
||||
em1:
|
||||
ovirtmgt:
|
||||
|
4
hosts/router.yml
Normal file
4
hosts/router.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
targets:
|
||||
- admin
|
||||
- network
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "MariaDB Server Host"
|
||||
description: "Database Host: MariaDB"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "PrometheusDB Server Host"
|
||||
description: "Database Host: PrometheusDB"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
|
6
hosts/vm-dev-nginx.yml
Normal file
6
hosts/vm-dev-nginx.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Development Host: Nginx Web Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- web
|
@ -1,6 +1,9 @@
|
||||
---
|
||||
description: "Gitea Git Server Host"
|
||||
description: "Application Host: Gitea"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- gitea
|
||||
|
||||
networking:
|
||||
eth0:
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
description: "Nginx Development Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- web
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "Plex Media Server Host"
|
||||
description: "Application Host: Plex Media Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
|
Reference in New Issue
Block a user