aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/template
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/template')
-rw-r--r--host_vars/template12
1 files changed, 12 insertions, 0 deletions
diff --git a/host_vars/template b/host_vars/template
new file mode 100644
index 0000000..7eaa472
--- /dev/null
+++ b/host_vars/template
@@ -0,0 +1,12 @@
+hostname: required;string
+ip:
+ in: required;string
+ out: required;string
+
+virtual: required;bool
+
+vms:
+ - name: required;string
+ memory: required;string
+ disks:
+ - { size: required;string }
remember that computers suck.