Break inventory out into hostvars and groupvars

because variable scoping is hard apparently
This commit is contained in:
Ethan N. Paul
2018-12-11 00:48:03 -05:00
parent ea8615aeda
commit b68b7160de
17 changed files with 122 additions and 82 deletions

6
hosts/apex.yml Normal file
View File

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

5
hosts/novis.yml Normal file
View File

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

6
hosts/omega.yml Normal file
View File

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

6
hosts/remus.yml Normal file
View File

@@ -0,0 +1,6 @@
---
description: "Secondary Hypervisor and Primary Datastore"
targets:
- admin
- datastore

7
hosts/romulus.yml Normal file
View File

@@ -0,0 +1,7 @@
---
description: "Primary Hypervisor"
targets:
- admin
- datastore
- hypervisor

6
hosts/serico-nox.yml Normal file
View File

@@ -0,0 +1,6 @@
---
description: "Smooth as Silk"
targets:
- admin
- workstations

6
hosts/vigil-nox.yml Normal file
View File

@@ -0,0 +1,6 @@
---
description: "Watcher who Watches the Watchmen"
targets:
- admin
- workstations

5
hosts/vm-db-maria.yml Normal file
View File

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

View File

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

6
hosts/vm-host-gitea.yml Normal file
View File

@@ -0,0 +1,6 @@
---
description: "Gitea Git Server Host"
targets:
- admin
- gitea

5
hosts/vm-host-nginx.yml Normal file
View File

@@ -0,0 +1,5 @@
---
description: "Nginx Development Server"
targets:
- admin

6
hosts/vm-host-plex.yml Normal file
View File

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