ansible-fprobe/defaults/main.yml

9 lines
259 B
YAML
Raw Permalink Normal View History

2016-10-30 20:40:48 +01:00
---
2021-05-17 04:35:09 +02:00
fprobe_if: 'eth1'
fprobe_flow_collector: '127.0.0.1:2055'
2016-10-30 20:40:48 +01:00
#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'