mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-03 05:23:15 +00:00
* New script project for SecureCRT Session Generation Simple script for automated session generation with secureCRT on windows. minimal module requirements
33 lines
766 B
YAML
33 lines
766 B
YAML
#
|
|
# breakout default configuration file
|
|
# - 'username' and 'password' for authentication
|
|
# - replace hostname 'cml-controller.cml.lab' with your IP or FQDN
|
|
# - set an empty 'listen_address' to listen globally
|
|
#
|
|
# Known environment variables:
|
|
#
|
|
# BREAKOUT_USERNAME
|
|
# BREAKOUT_PASSWORD
|
|
# BREAKOUT_CONTROLLER
|
|
# BREAKOUT_LISTEN_ADDRESS
|
|
# BREAKOUT_UI_SERVER_PORT
|
|
# BREAKOUT_CONSOLE_START_PORT
|
|
# BREAKOUT_VNC_START_PORT
|
|
# BREAKOUT_LAB_CONFIG_NAME
|
|
# BREAKOUT_POPULATE_ALL
|
|
# BREAKOUT_VERIFY_TLS
|
|
# BREAKOUT_EXTRA_LF
|
|
#
|
|
|
|
console_start_port: 9000
|
|
controller: https://your.controller.fqdn
|
|
extra_lf: false
|
|
lab_config_name: labs.yaml
|
|
listen_address: '[::1]'
|
|
password: 'changeMe'
|
|
populate_all: true
|
|
ui_server_port: 8080
|
|
username: your.username
|
|
verify_tls: true
|
|
vnc_start_port: 5900
|