2
0
Fork 0
Commit Graph

46 Commits

Author SHA1 Message Date
Jeremy Gardais dfad82144e
Don't manage dependencies when install from repos
Package manager (aptitude, yum, dnf,…) is intended to resolve and
install dependencies.
2021-08-02 12:06:25 +02:00
Jeremy Gardais 09b9c5bb26
Fix #11 − Update package list for Debian 2021-06-23 10:29:11 +02:00
Jeremy Gardais f7df94a728
Split depend_packages content to 3 vars 2021-06-23 10:20:41 +02:00
Jeremy Gardais 78b0528362
Flatten packages list to allow condition 2021-06-22 15:56:25 +02:00
Jeremy Gardais 2f30ef5954
Merge branch 'mjourdan-fix-rhel7-support' 2021-06-22 10:05:23 +02:00
Mathieu Jourdan da8e53aac6 Fix with_first_found fail when vars file is missing 2021-06-16 09:20:40 +02:00
Jeremy Gardais b9f00ac858
Add "paths" parameter for include_vars
As mentionned in the last example on the documentation:
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/first_found_lookup.html#examples
Fix #5
2021-06-10 16:35:32 +02:00
Jeremy Gardais a9d3811432
Merge branch 'djerfy-issue-5' 2021-06-10 16:17:44 +02:00
Djerfy d80f5e5a2c
Fix with_first_found fail when ansible_distribution vars file is missing (issue #5) 2021-06-10 12:26:25 +02:00
Jeremy Gardais 3153efe24b
Update dependencies for .deb package 2021-06-10 12:24:34 +02:00
Jeremy Gardais 3f36889b0b
Add a default mode for ini_file 2021-06-10 11:39:38 +02:00
Jeremy Gardais 26a152e9fb
Add role_name info 2021-06-10 11:36:28 +02:00
Jeremy Gardais f3be491216
v1.2.1 2021-06-10 11:09:37 +02:00
Jeremy Gardais 53f622acaf
Update changelog for version 1.2.0 2021-06-10 11:04:14 +02:00
Jeremy Gardais 85010486a3
Merge branch 'mjourdan-wip_rhel8' 2021-06-10 10:57:36 +02:00
Mathieu Jourdan 0f0be2616c manage redhat's mess with repository names
names differ between RedHat 8, CentOS 8.2, CentOS 8.3+...
2021-05-11 17:05:21 +02:00
Mathieu Jourdan 2bb3055502 add EL 8 to supported platforms 2021-03-15 13:54:59 +01:00
Mathieu Jourdan cb5929938d enable powertools repository for RedHat8 2021-03-15 12:11:47 +01:00
Mathieu Jourdan 2722fc9613 install epel repo from package 2021-03-15 11:52:28 +01:00
Jeremy Gardais d4eb45dc03
The role also works on Debian Buster 2020-11-10 15:20:59 +01:00
Jeremy Gardais 2099697579
Add missing dep (libxml-treepp-perl and ucf) 2020-11-10 15:19:08 +01:00
Jeremy Gardais 82badc3140
Merge branch 'djerfy-master' 2020-11-10 15:16:06 +01:00
DJΞRFY 3103604379
Add libyaml-tiny-perl package 2020-11-10 14:39:38 +01:00
Jeremy Gardais ab1e1ca2b4 Moved back agent_package_url definition in default 2020-10-07 07:32:30 +02:00
Jeremy Gardais da9a908ecf Merge branch 'roumano-RHEL' into master 2020-10-05 12:04:15 +02:00
Jeremy Gardais 1a46ef8a1a Add RHEL7 support (thanks @roumano) 2020-10-05 12:03:36 +02:00
Jeremy Gardais 1a2b451267 Merge branch 'RHEL' of https://github.com/roumano/fusioninventory into roumano-RHEL 2020-10-05 12:01:02 +02:00
Christian Iuga 920b73d7ff Add RHEL support
Followed the procedure : http://fusioninventory.org/documentation/agent/installation/linux/rhel.html
- Should possible to add RHEL8 support without huge change
2020-09-30 16:05:10 +02:00
Jeremy Gardais 5d881767da Release v1.0.3 2020-03-12 08:48:34 +01:00
Jeremy Gardais a7c77d35c6 Update README.md with conf varibles 2020-03-12 08:35:29 +01:00
ciuga d74329160c Add variable fusioninventory__agent_conf_httpd_trust 2020-03-12 08:35:18 +01:00
Jeremy Gardais 1034027b1b
Set empty dependencies line to fix Galaxy warning 2019-02-27 14:12:36 +01:00
Jeremy Gardais 46e20669ff
Fix E602 Don't compare to empty string 2019-02-27 14:11:20 +01:00
Jeremy Gardais 713656d0ad
Fix E405 Remote package tasks should have a retry 2019-02-27 14:07:23 +01:00
Jeremy Gardais 66993cb3cd
Package URL is defined only for Debian Stretch 2019-01-18 11:38:28 +01:00
Jeremy Gardais 0bdaa232bf
Install xz-utils to install fusioninventory pkg
Ansible try to extract a package if it's out of a repo and needs xz
tools.
2018-09-26 14:27:30 +02:00
Jeremy Gardais 248cca2f77
Don't need to omit an empty URL with "when" state 2018-09-17 17:53:49 +02:00
Jeremy Gardais 2be51c2c7b
Add missing dep 2018-09-17 17:53:39 +02:00
Jeremy Gardais 31ba7bd70a
Add several configuration variables for agent 2018-09-17 11:28:16 +02:00
Jeremy Gardais 6cb885f092
Install depend packages in one time 2018-09-17 11:27:26 +02:00
Jeremy Gardais 8fe580046b
If desired, remove fusioninventory-agent package 2018-09-13 10:21:44 +02:00
Jeremy Gardais a8141ae39b
Don't remove dependent packages
They might be really wanted on some system (eg. hdparm, dmidecode,…).
2018-09-13 10:20:45 +02:00
Jeremy Gardais 7d75c9720c
Restart agent's service if needed. 2018-09-10 14:55:42 +02:00
Jeremy Gardais d542926e9a
Generate agent's configuration file 2018-09-10 14:02:41 +02:00
Jeremy Gardais ca61e84088
Install agent package after it's dependencies 2018-09-10 13:59:45 +02:00
Jeremy Gardais 06745b14c8
Install fusioninventory-agent packages and dep 2018-09-10 11:33:08 +02:00