evolinux-base: install evobackup-client (default: true)
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2746|0|2746|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2024-05-21 18:26:33 +02:00 committed by Jérémy Lecour
parent 2e529524f7
commit aea1404a21
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
3 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,8 @@ The **patch** part is incremented if multiple releases happen the same month
### Added
* evolinux-base: install evobackup-client (default: true)
### Changed
### Fixed

View file

@ -243,3 +243,6 @@ evolinux_utils_include: True
# Autosysadmin
evolinux_autosysadmin_include: false
# Evobackup client
evolinux_evobackup_client_include: True

View file

@ -158,6 +158,11 @@
name: 'evolix/autosysadmin-restart_nrpe'
when: evolinux_autosysadmin_include | bool
- name: Evobackup (client)
ansible.builtin.include_role:
name: 'evolix/evobackup-client'
when: evolinux_evobackup_client_include | bool
- name: fail2ban
ansible.builtin.include_role:
name: evolix/fail2ban