Break inventory out into hostvars and groupvars
because variable scoping is hard apparently
This commit is contained in:
6
hosts/apex.yml
Normal file
6
hosts/apex.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Reverse Proxy and VPN Server"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- vpn
|
5
hosts/novis.yml
Normal file
5
hosts/novis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "Secondary Datastore"
|
||||
targets:
|
||||
- admin
|
||||
- datastore
|
6
hosts/omega.yml
Normal file
6
hosts/omega.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "And the Last"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
6
hosts/remus.yml
Normal file
6
hosts/remus.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Secondary Hypervisor and Primary Datastore"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- datastore
|
7
hosts/romulus.yml
Normal file
7
hosts/romulus.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Primary Hypervisor"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- datastore
|
||||
- hypervisor
|
6
hosts/serico-nox.yml
Normal file
6
hosts/serico-nox.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Smooth as Silk"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
6
hosts/vigil-nox.yml
Normal file
6
hosts/vigil-nox.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Watcher who Watches the Watchmen"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
5
hosts/vm-db-maria.yml
Normal file
5
hosts/vm-db-maria.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "MariaDB Server Host"
|
||||
|
||||
targets:
|
||||
- admin
|
5
hosts/vm-db-prometheus.yml
Normal file
5
hosts/vm-db-prometheus.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "PrometheusDB Server Host"
|
||||
|
||||
targets:
|
||||
- admin
|
6
hosts/vm-host-gitea.yml
Normal file
6
hosts/vm-host-gitea.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Gitea Git Server Host"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- gitea
|
5
hosts/vm-host-nginx.yml
Normal file
5
hosts/vm-host-nginx.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "Nginx Development Server"
|
||||
|
||||
targets:
|
||||
- admin
|
6
hosts/vm-host-plex.yml
Normal file
6
hosts/vm-host-plex.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Plex Media Server Host"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- plex
|
Reference in New Issue
Block a user