evolinux-base: New variable "evolinux_system_include_ntpd" to chose wether or not to include ntpd role
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2613|13|2600|13|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/316//ansiblelint">Evolix » ansible-roles » unstable #316</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Ludovic Poujol 2023-08-04 11:47:42 +02:00
parent 87d09275a0
commit f0abb53750
3 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

@ -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

View file

@ -131,6 +131,8 @@
- ansible.builtin.include_role:
name: evolix/ntpd
when:
- evolinux_system_include_ntpd | bool
## alert5