2
0
Fork 0
This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.fusioninventory/vars/Debian.yml

42 lines
993 B
YAML
Raw Normal View History

---
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
# .. envvar:: fusioninventory__agent_depend_packages
# List of dependent packages to install from a deb file
fusioninventory__agent_depend_packages:
- 'fusioninventory-agent'
- 'hdparm'
- 'hwdata'
- 'libfile-which-perl'
- 'libhttp-daemon-perl'
- 'libjson-pp-perl'
- 'libnet-cups-perl'
- 'libnet-ip-perl'
- 'libparse-edid-perl'
- 'libproc-daemon-perl'
- 'libsocket-getaddrinfo-perl'
- 'libtext-template-perl'
- 'libuniversal-require-perl'
- 'libwww-perl'
- 'libxml-treepp-perl'
2021-06-10 12:24:34 +02:00
- 'libxml-xpath-perl'
- 'libyaml-perl'
2021-06-10 12:24:34 +02:00
- 'libyaml-tiny-perl'
- 'lsb-base'
2021-06-10 12:24:34 +02:00
- 'pciutils'
- 'ucf'
2021-06-10 12:24:34 +02:00
- 'usbutils'
- 'usb.ids'
# List of recommended packages to install from a deb file
fusioninventory__agent_recommend_packages:
- 'dmidecode'
# List of packages to be able install a deb file with Ansible
fusioninventory__agent_extra_packages:
- 'xz-utils'
fusioninventory__agent_packages:
- 'fusioninventory-agent'