10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
|
## {{ ansible_managed }}
|
||
|
|
||
|
# Global options for arpwatch(8).
|
||
|
|
||
|
# Debian: don't report bogons, don't use PROMISC.
|
||
|
ARGS="-N -p"
|
||
|
|
||
|
# Debian: run as `{{ arpwatch__conf_username }}' user. Empty this to run as root.
|
||
|
RUNAS="{{ arpwatch__conf_username }}"
|