Commit graph

3166 commits

Author SHA1 Message Date
Jérémy Lecour 86a3c78a04 yarn: update apt key
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-21 15:09:05 +01:00
Jérémy Lecour 21a4f76330 bind: use systemd module 2023-02-21 15:08:02 +01:00
Alexis Ben Miloud--Josselin 6968128e7c php: fix last commit and update changelog
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-14 16:43:41 +01:00
Alexis Ben Miloud--Josselin d1b2fd8145 php: Fix sury support on Debian 11
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-14 15:49:21 +01:00
Eric Morino 4f5e745310 Add handlers pour php8.2
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-13 10:27:49 +01:00
Alexis Ben Miloud--Josselin 33503e4538 php: Add sury support on Debian 11
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-13 10:09:37 +01:00
William Hirigoyen 32f0561e72 evocheck: upstream release 23.02
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-10 12:32:39 +01:00
William Hirigoyen 7ba743072a evocheck: upstream release 22.12
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-10 11:46:23 +01:00
Ludovic Poujol 49e92d20b0 evolinux-users: Update sudoers template to remove commands allowed without password
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-01 15:23:51 +01:00
Jérémy Lecour 3f0eecc056 minifirewall: upstream release 23.02
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-01 13:21:01 +01:00
Jérémy Lecour d3765ada56 nagios-nrpe: old wrapper might be missing 2023-02-01 13:21:01 +01:00
Eric Morino 70be09342b Remove task debug
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-31 17:54:12 +01:00
Eric Morino b1a602bf75 Add php5.6 with Sury on Debian 10
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-31 17:53:31 +01:00
Jérémy Dubois f354f16cd6 openvpn: Change check_openvpn destination file to comply with recent EvoBSD change
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-31 11:13:08 +01:00
Jérémy Lecour 8244bd4615 nagios-nrpe: add tasks/files for a wrapper
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-30 12:05:43 +01:00
William Hirigoyen e0c143d9cf postfix: come back to default value of for pack mails
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-23 15:35:47 +01:00
William Hirigoyen 13f4578599 postfix: Do not notify errors of classes policy, protocol in of main.cf
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-23 15:01:57 +01:00
William Hirigoyen 31e90abe57 fail2ban: add 'Internal login failure' to Dovecot filter
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-23 10:33:10 +01:00
Jérémy Dubois 5120249e59 nagios-nrpe : fix check_vrrpd
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
grep "17" was able to grep "170"
2023-01-18 17:45:06 +01:00
David Prevot 6864f61343 keepalived: Make sure state file is readable
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
The file is created 600 on Bullseye otherwise
2023-01-18 16:49:28 +01:00
William Hirigoyen 8d16f17354 * clamav: set MaxConnectionQueueLength to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix.
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
* postfix (packmail only): disable `concurrency_failed_cohort_limit` for destination smtp-amavis to prevent the suspension of this destination when Amavis fails to answer. Indeed, we configure the suspension delay quite long in `minimal_backoff_time` (2h) and `maximal_backoff_time` (6h) to reduce the risk of ban from external SMTPs.
2023-01-18 10:30:41 +01:00
Jérémy Dubois 0cb751591a nagios-nrpe : Rewrite check_vrrpd for a better check (check rp_filter, vrrpd and uvrrpd compatible, use arguments, …)
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-17 11:11:33 +01:00
Ludovic Poujol c27551939d webapps/nextcloud : Small enhancement on the vhost template to lock out data dir
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-13 11:05:55 +01:00
Ludovic Poujol dcc378776c webapp/nextcloud : Change default data directory to be outside web root 2023-01-13 11:04:32 +01:00
Jérémy Dubois 68017d8db9 openvpn: fix the client cipher configuration to match the server cipher configuration
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-12 14:29:18 +01:00
William Hirigoyen 417734eed2 haproxy: fix missing admin ACL in stats module access permissions
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-11 16:15:09 +01:00
Patrick Marchand 0413f93852 Fix problems with docker-host daemon.json config
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Docker is very strict with it's json format and doesnt
seem to allow any surprise new lines or extra commas
after the last option before the closing }.

Since this is a dynamically constructed file, we dont know
what the last option will be. By putting the commas at the
start of the line and removing all newspace, we remove
the problem, at the expense of a less readable jinja
template.
2023-01-10 15:16:30 -05:00
Patrick Marchand 08db5a5140 Fix problems with docker-host daemon.json config
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-10 11:26:57 -05:00
Patrick Marchand e5cae4ba78 Fix evoacme jinja syntax problem
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
This problem was introduced by commit 7a0e0d81d6
It made ansible crash when parsing the template.
2023-01-09 14:10:47 -05:00
David Prevot dbef71d791 Drop trailing whitespaces
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-06 09:54:51 +01:00
Patrick Marchand 90ba88e157 Forgot to remove one of the warn: no occurences
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-05 15:06:30 -05:00
William Hirigoyen 4cdf3bb074 postgresql: fix regression introduced in 6c4243f3e in logrotate group
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-04 10:22:43 +01:00
William Hirigoyen 6c4243f3e1 postgresql: logrotate with dateext and right permissions
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-03 10:56:19 +01:00
William Hirigoyen 48e3ced983 elasticsearch : use logrotate for garbage collector logs
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-02 17:29:37 +01:00
William Hirigoyen 8401401716 Update CHANGELOG
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-30 10:46:24 +01:00
William Hirigoyen 1a034af944 nagios-nrpe: Print pool config path in check_phpfpm_multi output
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-30 10:45:09 +01:00
Jérémy Lecour 7a0e0d81d6 Proper jinja spacing
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-28 09:03:37 +01:00
Jérémy Lecour 8eae5bba63 Use systemd module instead of command 2022-12-28 09:02:17 +01:00
Ludovic Poujol 0654fb8ced Jenkinsfile > Creating a temp file to collect lint result is not required
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-27 18:43:37 +01:00
Ludovic Poujol 1c66a1a5f3 Jenkinsfile > Use workspace tmp dir
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-27 18:16:52 +01:00
Ludovic Poujol be8c69b4b8 .Jenkinsfile > Add some ansible lint
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-27 16:19:00 +01:00
Ludovic Poujol 8ca237c5f7 fail2ban: Fix indent in tasks/fix-dbpurgeage.yml
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-27 14:47:55 +01:00
Patrick Marchand 0e6c2567e2 Fix presentation error in changelog markdown
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-22 11:35:52 -05:00
Patrick Marchand 5611bb73a2 Remove warning ignores as they are depreciated
Will cause a hard fail in ansible 2.14, so better get rid of them now.
There is no alternative, but the ansible warnings for those modules
are not hard failures anyways.
2022-12-22 11:35:20 -05:00
Patrick Marchand 1c6fdbf85a Remove warning ignores as they are depreciated
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Will cause a hard fail in ansible 2.14, so better get rid of them now.
There is no alternative, but the ansible warnings for those modules
are not hard failures anyways.
2022-12-22 11:32:32 -05:00
William Hirigoyen 7005344a5b evolinux-base: ensure dbus enabled and started
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-19 17:07:18 +01:00
William Hirigoyen 144c723e87 Revert "evolinux-base: ensure dbus enabled and started"
This reverts commit d8238d04c2.
2022-12-19 17:04:42 +01:00
William Hirigoyen d8238d04c2 evolinux-base: ensure dbus enabled and started
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-19 17:02:10 +01:00
Eric Morino a6cfc0159b Add logrotate for mysql_skip log file
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-16 16:31:43 +01:00
Eric Morino 506e7ff3a3 Add mysql_skip_enabled in main
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-16 16:25:46 +01:00