Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 11s
29 lines
542 B
YAML
29 lines
542 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: 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: A4
|
|
|
|
# Login and password that students will use
|
|
user_login: docker
|
|
user_password: training
|
|
|
|
steps:
|
|
- wait
|
|
- clusterize
|
|
- tools
|
|
- docker
|
|
- createuser
|
|
- webssh
|
|
- tailhist
|
|
- cards
|
|
- ips
|