ansible.arpwatch/templates/etc/default/arpwatch.j2

10 lines
266 B
Django/Jinja

## {{ ansible_managed }}
# Global options for arpwatch(8).
# Debian: don't report bogons, don't use PROMISC.
ARGS="{{ arpwatch__conf_args }}"
# Debian: run as `{{ arpwatch__conf_username }}' user. Empty this to run as root.
RUNAS="{{ arpwatch__conf_username }}"