mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 11:37:00 -07:00
Added initial set of example templates
This commit is contained in:
parent
708980831b
commit
0c510db8f0
4 changed files with 80 additions and 0 deletions
12
examples/templates/powerman.jinja
Normal file
12
examples/templates/powerman.jinja
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Ansible managed
|
||||
#
|
||||
include "/etc/powerman/ipmipower.dev"
|
||||
include "/etc/powerman/ipmi.dev"
|
||||
|
||||
|
||||
# list of devices
|
||||
{{ devices }}
|
||||
|
||||
# create nodes based on found nodes in hostfile
|
||||
{{ nodes }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue