mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-27 00:31:12 +00:00
26 lines
516 B
YAML
26 lines
516 B
YAML
# This file is passed by trainer-cli to scripts/ips-txt-to-html.py
|
|
|
|
# Number of VMs per cluster
|
|
clustersize: 1
|
|
|
|
# The hostname of each node will be clusterprefix + a number
|
|
clusterprefix: CHANGEME
|
|
|
|
# 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: portal
|
|
user_password: CHANGEME
|
|
|
|
steps:
|
|
- wait
|
|
- clusterize
|
|
- tools
|
|
- docker
|
|
- createuser
|
|
- ips
|