From f0abb53750ba7530c5eb9365e5d7243c52ea7607 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Fri, 4 Aug 2023 11:47:42 +0200 Subject: [PATCH] evolinux-base: New variable "evolinux_system_include_ntpd" to chose wether or not to include ntpd role --- CHANGELOG.md | 1 + evolinux-base/defaults/main.yml | 1 + evolinux-base/tasks/system.yml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d504e7..b89b63ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * 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) +* evolinux-base: New variable "evolinux_system_include_ntpd" to chose wether or not to include ntpd role * fail2ban: add default variable fail2ban_dbpurgeage_default * fail2ban: add variable fail2ban_sshd_port to configure sshd port * nagios-nrpe: add a NRPE check-local command with completion. diff --git a/evolinux-base/defaults/main.yml b/evolinux-base/defaults/main.yml index 497a3d2b..025196e9 100644 --- a/evolinux-base/defaults/main.yml +++ b/evolinux-base/defaults/main.yml @@ -103,6 +103,7 @@ evolinux_system_locales: True evolinux_system_set_timezone: True evolinux_system_timezone: "Europe/Paris" +evolinux_system_include_ntpd: true evolinux_system_vim_skip_defaults: True evolinux_system_vim_default_editor: True diff --git a/evolinux-base/tasks/system.yml b/evolinux-base/tasks/system.yml index 8f3d7b03..67f4cc87 100644 --- a/evolinux-base/tasks/system.yml +++ b/evolinux-base/tasks/system.yml @@ -131,6 +131,8 @@ - ansible.builtin.include_role: name: evolix/ntpd + when: + - evolinux_system_include_ntpd | bool ## alert5