6c93e13a25
Re add hosts file that should not be deleted, only removed from tracked files
2022-05-03 17:57:08 +02:00
a4492844e4
Add hosts file to gitignore
2022-05-03 17:50:55 +02:00
950dbaec21
post-install: ignore errors from syspatch
2022-05-03 17:22:20 +02:00
1f07862c84
etc-git: use "ansible-commit" to efficiently commit all available repositories from Ansible
...
Using ansible-commit script from ansible-roles
2022-05-03 15:55:45 +02:00
6ef04839c4
fix copyright evocommit
2022-05-03 15:22:18 +02:00
335969ed42
post-install: group root does not exist, fix
2022-04-27 17:14:11 +02:00
445c6afe1f
etc-git: fix when condition for /usr/share/scripts dir
2022-04-27 17:13:44 +02:00
2dc7d3073f
post-install: fix syntax error
2022-04-26 18:06:55 +02:00
be9f183359
Import last evocheck.sh version
2022-04-14 09:54:58 +02:00
bb43bc5370
etc-git: add quote to numerical value so that it is seen as a string
2022-04-13 18:08:15 +02:00
490b733f1a
etc-git: create gitignore files differently so that it stays idempotent
2022-04-13 17:53:09 +02:00
e1ae8fefb9
post-install: add the date into the ldif generated file
2022-04-13 17:26:59 +02:00
46b9baf601
base: import last zzz_evobackup upstream version
2022-04-13 17:10:52 +02:00
f57e9934ff
Applying fix from yamllint and ansible-lint
2022-04-13 16:57:39 +02:00
1939ca3142
renamed install.yml to main.yml and add evocheck cron at the beginning of the daily.local file
2022-04-13 16:22:26 +02:00
04bdff87f4
base: add a "next_part" before executing evobackup in daily.local file
2022-04-13 16:19:41 +02:00
5481bb4698
evocheck: upstream release 22.04
2022-04-13 15:58:25 +02:00
bd1d29b1bd
nagios-nrpe: add a wraper to check_dhcpd to define the number of dhcpd processes that must be running depending on the CARP state
2022-04-13 15:41:47 +02:00
bbe56e3422
etc-git: manage commits with an optimized shell script instead of many slow Ansible tasks + add versioning for /usr/share/scripts
2022-04-13 15:28:10 +02:00
5892777ef9
Fix CHANGELOG syntax
2022-04-13 15:24:34 +02:00
e0c27ff083
collectd: add dhcp_pool.pl script
2022-04-08 16:48:02 +02:00
07f4dadd0e
base: import dump-server-state.sh script
2022-03-31 18:18:10 +02:00
ce886fdc1d
post-install : improve management of ldif file for ldap
2022-03-31 16:05:19 +02:00
bdda2b7b79
nagios-nrpe : add a check dhcp_pool
2022-03-31 11:57:45 +02:00
40ed5b0437
nagios-nrpe : handle the case where cached_mem is in GB to convert it in MB in check_free_mem.sh
2022-03-31 10:07:40 +02:00
eb96fd41b2
base: zzz_evobackup upstream release 22.03
2022-03-25 18:09:08 +01:00
e8782227b2
Update CHANGELOG
2022-03-10 17:05:42 +01:00
30a601b2e1
Import last evocheck.sh version
2022-03-10 16:48:19 +01:00
b114d139d4
post-install: add a version number to motd-carp-state.sh
2022-03-10 15:59:28 +01:00
ecacb00018
Import last evomaintenance and evobackup scripts
2022-02-08 10:19:46 +01:00
576e13db78
base: set the title of the terminal when connecting to a server
2022-02-07 11:05:36 +01:00
a34f3d606b
Fix motd-carp-state.sh
...
The current release is not necessarily the first line of dmesg.boot
2022-01-26 14:54:11 +01:00
fe6235f8fb
Multiple fixes
...
- accounts : the user.yml task has a loop in a loop, var name need to be changed
- base, kshrc : fix a previously deleted command on which is based the command that follows
- base, ntp : do not display this task as a change, it only gets some information
2022-01-25 17:28:28 +01:00
d643c15be5
No become method is needed when running as root
2022-01-25 17:27:13 +01:00
66c84dca6c
Delete the deprecated OpenVPN role
2022-01-24 19:11:37 +01:00
93f21a947c
base: fix shell configuration, increase $HISTSIZE, and change history alias so it displays full history
...
"set -A" options are for ksh only
2022-01-07 18:12:09 +01:00
4506c835c5
Improve syntax of accounts role and fix missing tags
2022-01-06 12:01:22 +01:00
f0ecc79696
accounts: use "evobsd_internal_group" for SSH authentication
2022-01-05 11:16:18 +01:00
ad025bf507
Release 21.12
2021-12-17 16:22:38 +01:00
7b337c2db1
Update README, change needed vars files, edit .gitignore and remove unneeded environment variable
2021-12-17 16:22:31 +01:00
8a6d16e2dc
Add .gitignore
2021-12-15 17:31:59 +01:00
4522546edd
Add NRPE check bioctl for RAID devices and fix CHANGELOG and README syntax
2021-12-15 16:34:34 +01:00
798a87b0ff
Configure locale to en_US.UTF-8, use vim as default git edit, and bump EvoBSD version
...
Configure locale to en_US.UTF-8 in .profile file so that "git log" displays the accents correctly
Use vim as default git editor for the same reason, and because its better than vi
Bump EvoBSD version : OpenBSD 7.0 is out
2021-12-09 11:03:38 +01:00
85fe9f6703
Comment out default check_bgpd in NRPE role
...
This check is not used as is and must be customized.
I comment it out so we do not confuse it with the customized one.
2021-12-09 10:31:51 +01:00
e6e05268e5
Fix check_ipsecctl_critiques.sh
2021-11-18 14:53:45 +01:00
218568fc13
Add comment to check_ipsecctl_critiques.sh : how to use
2021-10-20 16:05:27 +02:00
e0129f10b7
Update CHANGELOG and README
2021-10-15 12:04:25 +02:00
fe3d2035f5
Add full ipsecctl check script
...
Different ipsecctl checks are currently used one the servers with no convention,
so I created one template with all that has to be checked.
2021-10-15 11:55:46 +02:00
9269b13123
Convert values in string
2021-10-14 18:07:54 +02:00
3ccc0ca924
Force task to run in check mode for NTP configuration
2021-10-14 18:06:50 +02:00