vm-setup/roles/create-vm/templates/vm_hostvars.j2

9 lines
183 B
Plaintext
Raw Normal View History

2022-06-16 20:43:06 +02:00
# autmomatically created via create-vm.yml
---
ansible_host:
mac: '{{ macgen.stdout }}'
cpu: '{{ vcpus }}'
ram: '{{ ram }}'
hdd: '{{image_capacity}}'
server: '{{ ansible_hostname }}'