aboutsummaryrefslogtreecommitdiff
path: root/vcenter_matrix.yml.example
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-01-20 10:05:15 -0500
committerB Stack <bgstack15@gmail.com>2018-01-20 10:05:15 -0500
commit45e3dab50830f496ccb073ec0ff7083137f7e7b7 (patch)
tree0cf66e48224213321fb194c6e284d93f96b2434a /vcenter_matrix.yml.example
downloadvcenter_matrix-45e3dab50830f496ccb073ec0ff7083137f7e7b7.tar.gz
vcenter_matrix-45e3dab50830f496ccb073ec0ff7083137f7e7b7.tar.bz2
vcenter_matrix-45e3dab50830f496ccb073ec0ff7083137f7e7b7.zip
initial commit
Diffstat (limited to 'vcenter_matrix.yml.example')
-rw-r--r--vcenter_matrix.yml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcenter_matrix.yml.example b/vcenter_matrix.yml.example
new file mode 100644
index 0000000..a2c87b9
--- /dev/null
+++ b/vcenter_matrix.yml.example
@@ -0,0 +1,7 @@
+vcenter_matrix:
+- { vcenter: "vcnorth", hostname: "prod1", uuid: "42208510-d3d6-348a-9cb2-8f8ef832a731" }
+- { vcenter: "vcnorth", hostname: "prod2", uuid: "42101708-7564-645a-5c75-cb54d81a28fd" }
+- { vcenter: "vcnorth", hostname: "prod3", uuid: "4210f2ab-7154-1bd3-be43-89cb59237bc2" }
+- { vcenter: "vcsouth", hostname: "test1", uuid: "4210bbd5-393c-2128-6a37-db96a68b66a3" }
+- { vcenter: "vcsouth", hostname: "test2", uuid: "42102e87-b2e4-7cf2-a984-6af10815ff8d" }
+- { vcenter: "vcsouth", hostname: "test3", uuid: "4210f983-77a0-21a4-f977-97e0beebcc20" }
bgstack15