mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-05 19:00:38 +00:00
Many improvements. QR code, fixed page size, better use of page estate, etc. Also pdfkit should kind of work now (not quite using the full page size, but at least it's not utterly broken like before).
24 lines
627 B
YAML
24 lines
627 B
YAML
# customize your cluster size, your cards template, and the versions
|
|
|
|
# Number of VMs per cluster
|
|
clustersize: 5
|
|
|
|
# The hostname of each node will be clusterprefix + a number
|
|
clusterprefix: node
|
|
|
|
# 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
|
|
|
|
# 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.24.1
|
|
machine_version: 0.13.0
|
|
|
|
# Password used to connect with the "docker user"
|
|
docker_user_password: training
|