2020-09-30 16:05:10 +02:00
|
|
|
---
|
|
|
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|
|
|
|
2020-10-07 07:18:47 +02:00
|
|
|
# .. envvar:: fusioninventory__agent_depend_packages
|
2021-06-23 10:20:41 +02:00
|
|
|
|
|
|
|
# List of dependent packages to install from a deb file
|
2020-09-30 16:05:10 +02:00
|
|
|
fusioninventory__agent_depend_packages:
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'hwdata'
|
2020-09-30 16:05:10 +02:00
|
|
|
- 'libfile-which-perl'
|
|
|
|
- 'libhttp-daemon-perl'
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'libjson-pp-perl'
|
2020-09-30 16:05:10 +02:00
|
|
|
- 'libnet-cups-perl'
|
|
|
|
- 'libnet-ip-perl'
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'libparse-edid-perl'
|
|
|
|
- 'libproc-daemon-perl'
|
2020-09-30 16:05:10 +02:00
|
|
|
- 'libsocket-getaddrinfo-perl'
|
|
|
|
- 'libtext-template-perl'
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'libuniversal-require-perl'
|
|
|
|
- 'libwww-perl'
|
|
|
|
- 'libxml-treepp-perl'
|
2021-06-10 12:24:34 +02:00
|
|
|
- 'libxml-xpath-perl'
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'libyaml-perl'
|
2021-06-10 12:24:34 +02:00
|
|
|
- 'libyaml-tiny-perl'
|
2020-09-30 16:05:10 +02:00
|
|
|
- 'lsb-base'
|
2020-11-10 15:19:08 +01:00
|
|
|
- 'ucf'
|
2021-06-23 10:20:41 +02:00
|
|
|
|
|
|
|
# List of recommended packages to install from a deb file
|
|
|
|
fusioninventory__agent_recommend_packages:
|
|
|
|
- 'dmidecode'
|
2021-06-23 10:27:48 +02:00
|
|
|
- '{{ "util-linux"
|
|
|
|
if ansible_distribution_release in
|
|
|
|
[ "stretch" ]
|
|
|
|
else "fdisk" }}'
|
|
|
|
- 'hdparm'
|
|
|
|
- 'libio-socket-ssl-perl'
|
2021-06-23 10:20:41 +02:00
|
|
|
|
|
|
|
# List of packages to be able install a deb file with Ansible
|
|
|
|
fusioninventory__agent_extra_packages:
|
2020-09-30 16:05:10 +02:00
|
|
|
- 'xz-utils'
|
2020-10-07 07:18:47 +02:00
|
|
|
|
2020-09-30 16:05:10 +02:00
|
|
|
fusioninventory__agent_packages:
|
|
|
|
- 'fusioninventory-agent'
|