mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
18 lines
No EOL
549 B
Django/Jinja
18 lines
No EOL
549 B
Django/Jinja
#
|
|
# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin:
|
|
# Name: {{ plugin_name }}
|
|
# Version: {{ plugin_version }}
|
|
# Description: {{ plugin_description }}
|
|
#
|
|
# Source code: https://github.com/OpenCHAMI/configurator
|
|
# Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins
|
|
#
|
|
include "/etc/powerman/ipmipower.dev"
|
|
include "/etc/powerman/ipmi.dev"
|
|
|
|
|
|
# list of devices
|
|
{{ devices }}
|
|
|
|
# create nodes based on found nodes in hostfile
|
|
{{ nodes }} |