evolinux: Install HPE Agentless Management Service (amsd)

This commit is contained in:
Jérémy Lecour 2023-07-11 11:13:28 +02:00 committed by Jérémy Lecour
parent f50848917a
commit 83f7b6cdca
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 12 additions and 5 deletions

View file

@ -13,13 +13,14 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added
* userlogrotate: rotate also php.log.
* docker-host: added var for user namespace setting
* dovecot: add Munin plugins dovecot1 and dovecot_stats (patched)
* dovecot: fix old_stats plugin for Dovecot 2.3.
* evolinux: Install HPE Agentless Management Service (amsd)
* fail2ban: add default variable fail2ban_dbpurgeage_default
* nagios-nrpe: add a NRPE check-local command with completion.
* policy_pam: New role allowing to manage password policy with pam_pwquality & pam_pwhistory
* docker-host: added var for user namespace setting
* dovecot: fix old_stats plugin for Dovecot 2.3.
* dovecot: add Munin plugins dovecot1 and dovecot_stats (patched)
* fail2ban: add default variable fail2ban_dbpurgeage_default
* userlogrotate: rotate also php.log.
### Changed

View file

@ -35,6 +35,12 @@
tags:
- packages
- name: Install HPE Agentless Management Service (amsd)
ansible.builtin.apt:
name: amsd
tags:
- packages
# NOTE: check_hpraid cron use check_hpraid from nagios-nrpe role
# So, if nagios-nrpe role is not installed it will not work
- name: Install and configure check_hpraid cron (HP gen >=10)