mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 16:22:51 +00:00
Most parameters used by the Jinja template for the cards can now be specified in settings.yaml. This should make the generation of cards for admin training much easier.
32 lines
892 B
YAML
32 lines
892 B
YAML
# Number of VMs per cluster
|
|
clustersize: 3
|
|
|
|
# The hostname of each node will be clusterprefix + a number
|
|
clusterprefix: kuberouter
|
|
|
|
# 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: A4
|
|
|
|
# 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: stable
|
|
|
|
# These correspond to the version numbers visible on their respective GitHub release pages
|
|
compose_version: 1.24.1
|
|
machine_version: 0.14.0
|
|
|
|
# Password used to connect with the "docker user"
|
|
docker_user_password: training
|
|
|
|
clusternumber: 200
|
|
image:
|