ansible-fprobe/defaults/main.yml
2016-10-30 15:40:48 -04:00

10 lines
260 B
YAML

---
fprobe_if: 'eth0'
fprobe_flow_collector: '127.0.0.1:9995'
#fprobe_args: '-fip'
## downgrade user and chroot to dir
#fprobe_args: '-fip -u nobody -c /var/empty' ## not working with user nobody or non-existing chrooted dir
fprobe_args: '-fip -c /var/tmp'