From 51af68d6825129e5419343366b4f309061d9bbd0 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 17 Mar 2017 17:32:53 +0100 Subject: added sample packer template to call a playbook on ... ... an existing qcow2 image. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ede4cdc..a4a42ff 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,9 @@ Depends on *setup-dev-tools* role (see dracut-initramfs-builder/meta/main.yml). ## Usage Use the provided 'build-dracut-initramfs.yml' playbook for the ansible provisioner in your packer template. +You can use an already created qcow2 image, instead of always generating new packer images. See *run-playbook-only.json* +for a sample packer template to use an existing qcow2 image and provision them with our playbook. +The template requires the variable 'image_path' to be set, which needs to be the path of the qcow2 image. +If it was generated by packer and the manifest was created, you can simply extract the image path from that: + packer build -var-file=base.json -only=qemu -var='image_path='"$(jq -r '.builds[0].files[0].name' < manifest.json)"'' test.json + -- cgit v1.2.3-55-g7522