Update to 2022-01-12 10:14

This commit is contained in:
Daniel Berteaud
2022-01-12 10:14:43 +01:00
parent 898ae43de4
commit e73f05f073
22 changed files with 61 additions and 32 deletions

View File

@@ -9,6 +9,8 @@ fusinv_disabled_tasks:
- NetDiscovery
- Deploy
- NetInventory
fusinv_no_category:
- monitor
# Not included in debian repo
# so we need to manually down and install it

View File

@@ -4,4 +4,9 @@ password={{ fusinv_pass | quote }}
no-p2p
no-httpd
httpd-ip="127.0.0.1"
{% if fusinv_disabled_tasks | length > 0 %}
no-task={{ fusinv_disabled_tasks | join(',') | quote }}
{% endif %}
{% if fusinv_no_category | length > 0 %}
no-category={{ fusinv_no_category | join(',') | quote }}
{% endif %}