/usr/share/uec-provisioning/hosts.cfg.template is in uec-provisioning-common 0.4.
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 | # YAML style configuration file
# Define hostnames, IPs and MACs here
# mac address must be lowercase
hosts:
# - hostname: host1
# ip: 10.1.1.20
# mac: fe-ed-de-ad-be-ef
# - hostname: host2
# ip: 10.1.1.21
# mac: d0-0d-00-da-dd-e0
|