From 83f7b6cdca2bd1f421b6bf9a12e3b65c5edbc11a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 11 Jul 2023 11:13:28 +0200 Subject: [PATCH] evolinux: Install HPE Agentless Management Service (amsd) --- CHANGELOG.md | 11 ++++++----- evolinux-base/tasks/hardware.hp.yml | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45bd313..e89d515b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/evolinux-base/tasks/hardware.hp.yml b/evolinux-base/tasks/hardware.hp.yml index a22eeb70..62f6e0a0 100644 --- a/evolinux-base/tasks/hardware.hp.yml +++ b/evolinux-base/tasks/hardware.hp.yml @@ -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)