|
## {{ 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 }}"
|