IDH - Jinjafy hostname

This commit is contained in:
Josh Brower
2022-02-17 09:00:57 -05:00
parent 3ccef12df7
commit ef4df58510
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
idh:
opencanary:
config:
device.node_id: opencanary-01
device.node_id: {{ grains.host }}
git.enabled: true
git.port: 9418
ftp.enabled: true

View File

@@ -1 +1 @@
{{ IDH | tojson(True) }}
{{ OPENCANARYCONFIG | tojson(True) }}