mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-01-12 10:14
This commit is contained in:
@@ -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
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user