mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 11:37:00 -07:00
Updated example Jinja templates
This commit is contained in:
parent
7a234c1e16
commit
af5e330731
4 changed files with 20 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#
|
||||
# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin.
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#
|
||||
# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin.
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
#
|
||||
# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin.
|
||||
# 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
|
||||
#
|
||||
{{ output }}
|
||||
{{ dhcp-hosts }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
#
|
||||
# Ansible managed
|
||||
# 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue