mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-04-21 17:46:40 +00:00
It is now possible to set the user login (instead of having it hardcoded to "docker"). Also, various actions have been broken out in separate functions to facilitate future maintenance.
18 lines
438 B
YAML
18 lines
438 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
|
|
|
|
# Login and password that students will use
|
|
user_login: docker
|
|
user_password: training
|