From 7bb88aaa661dc6756e862562c47368de11657f44 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 5 Jan 2022 23:59:13 +0100 Subject: Init Ansible NetBox DHCP POC deployment Signed-off-by: Georg --- .../templates/libvirt-storage-template.xml.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ansible/deployment_poc/templates/libvirt-storage-template.xml.j2 (limited to 'ansible/deployment_poc/templates/libvirt-storage-template.xml.j2') diff --git a/ansible/deployment_poc/templates/libvirt-storage-template.xml.j2 b/ansible/deployment_poc/templates/libvirt-storage-template.xml.j2 new file mode 100644 index 0000000..9ce3ff1 --- /dev/null +++ b/ansible/deployment_poc/templates/libvirt-storage-template.xml.j2 @@ -0,0 +1,16 @@ + + {{ inventory_hostname }}_root_disk.qcow2 + + + {{ disk }} + + {{ storage.name }} + + + 0660 + 107 + 107 + + + + -- cgit v1.2.3