diff options
author | binary <me@rgoncalves.se> | 2020-11-18 09:38:36 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-18 09:38:36 +0100 |
commit | 541d963cca366cb4541de26c8b691a2b273cfa94 (patch) | |
tree | e523ce2316a747f828d80e35a2ad42042ffd6b3b /host_vars/template | |
parent | 9f69010653dfdb6b76f60775642cd77f734f80ac (diff) | |
download | infrastructure-541d963cca366cb4541de26c8b691a2b273cfa94.tar.gz |
Refactor group/host/inventory in sub-files
Diffstat (limited to 'host_vars/template')
-rw-r--r-- | host_vars/template | 12 |
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 } |