aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/template
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-18 09:38:36 +0100
committerbinary <me@rgoncalves.se>2020-11-18 09:38:36 +0100
commit541d963cca366cb4541de26c8b691a2b273cfa94 (patch)
treee523ce2316a747f828d80e35a2ad42042ffd6b3b /host_vars/template
parent9f69010653dfdb6b76f60775642cd77f734f80ac (diff)
downloadinfrastructure-541d963cca366cb4541de26c8b691a2b273cfa94.tar.gz
Refactor group/host/inventory in sub-files
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.