Added initial set of example templates
This commit is contained in:
parent
708980831b
commit
0c510db8f0
4 changed files with 80 additions and 0 deletions
20
examples/templates/conman.jinja
Normal file
20
examples/templates/conman.jinja
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin.
|
||||
#
|
||||
# Source code: https://github.com/OpenCHAMI/configurator
|
||||
# Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins
|
||||
#
|
||||
SERVER keepalive=ON
|
||||
SERVER logdir="/var/log/conman"
|
||||
SERVER logfile="/var/log/conman.log"
|
||||
SERVER loopback=ON
|
||||
SERVER pidfile="/var/run/conman.pid"
|
||||
SERVER resetcmd="/usr/bin/powerman -0 \%N; sleep 5; /usr/bin/powerman -1 \%N"
|
||||
SERVER tcpwrappers=ON
|
||||
#SERVER timestamp=1h
|
||||
|
||||
GLOBAL seropts="115200,8n1"
|
||||
GLOBAL log="/var/log/conman/console.\%N"
|
||||
GLOBAL logopts="sanitize,timestamp"
|
||||
|
||||
{{ consoles }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue