26 lines
1.0 KiB
YAML
26 lines
1.0 KiB
YAML
---
|
||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||
|
||
# .. envvar:: fusioninventory__agent_depend_packages [[[
|
||
#
|
||
# List of dependent packages to install.
|
||
fusioninventory__agent_depend_packages:
|
||
- 'dmidecode'
|
||
# ]]]
|
||
# .. envvar:: fusioninventory__agent_package_url [[[
|
||
#
|
||
# The URL used to download deb package for fusioninventory-agent.
|
||
#
|
||
# See the official documentation for more informations :
|
||
# http://fusioninventory.org/documentation/agent/installation/linux/deb.html
|
||
#
|
||
fusioninventory__agent_package_url: '{{ "http://debian.fusioninventory.org/downloads/fusioninventory-agent_"+ fusioninventory__agent_version + "_all.deb"
|
||
if (ansible_distribution_release in
|
||
([ "stretch" ]))
|
||
else "" }}'
|
||
# ]]]
|
||
|
||
fusioninventory__agent_packages:
|
||
- 'fusioninventory-agent'
|
||
- 'fusioninventory-agent-task-inventory'
|