42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
|
---
|
|||
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|||
|
|
|||
|
# .. envvar:: fusioninventory__agent_depend_packages [[[
|
|||
|
#
|
|||
|
# List of dependent packages to install.
|
|||
|
fusioninventory__agent_depend_packages:
|
|||
|
- 'dmidecode'
|
|||
|
- 'hwdata'
|
|||
|
- 'hdparm'
|
|||
|
- 'libuniversal-require-perl'
|
|||
|
- 'libwww-perl'
|
|||
|
- 'libparse-edid-perl'
|
|||
|
- 'libproc-daemon-perl'
|
|||
|
- 'libfile-which-perl'
|
|||
|
- 'libhttp-daemon-perl'
|
|||
|
- 'libxml-treepp-perl'
|
|||
|
- 'libyaml-perl'
|
|||
|
- 'libnet-cups-perl'
|
|||
|
- 'libnet-ip-perl'
|
|||
|
- 'libdigest-sha-perl'
|
|||
|
- 'libjson-pp-perl'
|
|||
|
- 'libsocket-getaddrinfo-perl'
|
|||
|
- 'libtext-template-perl'
|
|||
|
- 'lsb-base'
|
|||
|
- 'xz-utils'
|
|||
|
# ]]]
|
|||
|
# .. 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'
|