8 lines
99 B
Text
8 lines
99 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
output {
|
||
|
{% for output in logstash_outputs %}
|
||
|
{{ output }}
|
||
|
{% endfor %}
|
||
|
}
|