google.cloud/roles/stackdriver_logging/templates/source.conf
2020-04-24 15:54:06 -07:00

11 lines
270 B
Text

# {{ ansible_managed }}
{% for source in item.sources %}
<source>
@type tail
format {{ source.format }}
path {{ source.path }}
pos_file {{ source.pos_file }}
read_from_head {{ source.read_from_head|string|lower }}
tag {{ source.tag }}
</source>
{% endfor %}