16 lines
587 B
YAML
16 lines
587 B
YAML
---
|
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|
|
|
# .. envvar:: fusioninventory__agent_depend_packages
|
|
#
|
|
# List of dependent packages to install.
|
|
fusioninventory__agent_depend_packages:
|
|
- 'dmidecode'
|
|
|
|
fusioninventory__agent_packages:
|
|
- 'fusioninventory-agent'
|
|
- 'fusioninventory-agent-task-inventory'
|
|
|
|
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 }}"
|