/usr/share/uec-provisioning/webui.cfg.template is in uec-provisioning-webui 0.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # YAML style configuration file
# for the UEC Provisioning Web Front End
# ip_range: 192.168.1.192-192.168.1.204
# cluster_name: my-cluster-1
# Probably best if you don't mess with these
tftp_dir: /var/lib/tftpboot
preseed_dir: /var/lib/uec-provisioning/preseed
preseed_host: __IPADDR__
extra_kern_opt: locale=en_US console-setup/layoutcode=us console-setup/variantcode=us
extra_preseed:
- byobu byobu/launch-by-default boolean true
|