From 94dfe1a0cd4155420f7aa5ddb5739d9127e1dc9b Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 28 Feb 2018 21:44:29 -0600 Subject: [PATCH] Adding sample file mentioned in README --- prepare-vms/settings/example.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 prepare-vms/settings/example.yaml diff --git a/prepare-vms/settings/example.yaml b/prepare-vms/settings/example.yaml new file mode 100644 index 00000000..a71b14bf --- /dev/null +++ b/prepare-vms/settings/example.yaml @@ -0,0 +1,24 @@ +# customize your cluster size, your cards template, and the versions + +# Number of VMs per cluster +clustersize: 5 + +# Jinja2 template to use to generate ready-to-cut cards +cards_template: cards.html + +# Use "Letter" in the US, and "A4" everywhere else +paper_size: Letter + +# Feel free to reduce this if your printer can handle it +paper_margin: 0.2in + +# Note: paper_size and paper_margin only apply to PDF generated with pdfkit. +# If you print (or generate a PDF) using ips.html, they will be ignored. +# (The equivalent parameters must be set from the browser's print dialog.) + +# This can be "test" or "stable" +engine_version: test + +# These correspond to the version numbers visible on their respective GitHub release pages +compose_version: 1.18.0 +machine_version: 0.13.0