vm-setup/roles/create-vm/templates/vm_hostvars.j2
2022-06-16 20:43:06 +02:00

9 lines
183 B
Django/Jinja

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