ansible-roles/roles/fusioninventory_agent/defaults/main.yml

21 lines
301 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
fusinv_uri: []
fusinv_user: user
fusinv_pass: secret
fusinv_disabled_tasks:
- ESX
- WakeOnLan
- NetDiscovery
- Deploy
- NetInventory
2022-06-03 11:00:13 +02:00
- Collect
2022-01-12 10:14:43 +01:00
fusinv_no_category:
- monitor
2021-12-01 19:13:34 +01:00
# Not included in debian repo
# so we need to manually down and install it
fusinv_deb_version: 2.4.2-1
...