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.
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
|
2020-09-30 16:05:10 +02:00
|
|
|
#
|
|
|
|
# List of dependent packages to install.
|
|
|
|
fusioninventory__agent_depend_packages:
|
|
|
|
- 'dmidecode'
|
|
|
|
|
|
|
|
fusioninventory__agent_packages:
|
|
|
|
- 'fusioninventory-agent'
|
|
|
|
- 'fusioninventory-agent-task-inventory'
|
2021-03-15 11:41:37 +01:00
|
|
|
|
|
|
|
fusioninventory__repo_package: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
|
|
|
|
fusioninventory__repo_gpgkey: "https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|