9 lines
183 B
Text
9 lines
183 B
Text
|
# autmomatically created via create-vm.yml
|
||
|
---
|
||
|
ansible_host:
|
||
|
mac: '{{ macgen.stdout }}'
|
||
|
cpu: '{{ vcpus }}'
|
||
|
ram: '{{ ram }}'
|
||
|
hdd: '{{image_capacity}}'
|
||
|
server: '{{ ansible_hostname }}'
|