Commit Graph

98 Commits

Author SHA1 Message Date
jmrothst 8c37ab0fca Merge ensure_clamav
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-10 21:19:33 -05:00
jmrothst 3e467c7690 Add 'roles/ensure_clamav/' from commit 'ecbc5660d2ed91914a76aa36934ef8096d1985f8'
git-subtree-dir: roles/ensure_clamav
git-subtree-mainline: 6775693835
git-subtree-split: ecbc5660d2
2026-05-10 21:18:37 -05:00
jmrothst 6775693835 Add rsync and gitea roles
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-09 16:23:19 -04:00
jmrothst a8ef77c981 Fix yamllint issues and turn on SSH Connection Pooling 2026-04-29 23:16:14 -05:00
jmrothst ae3d7b985d Removed ansible.utils as it doesn't appear to exist any more
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-03-09 00:11:42 -05:00
jmrothst 33fd227634 Update the collections requirements
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-06-07 18:43:31 -05:00
jmrothst 234807c278 Clean up ~/.ssh/known_hosts
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-06-07 18:41:58 -05:00
jmrothst ecbc5660d2 Handler improvements 2025-05-25 20:05:09 -05:00
jmrothst 9dcbb0d0af Add check and diff support 2024-03-16 21:08:50 -05:00
jmrothst f9c2559f39 Add reboot 2024-03-15 22:27:03 -05:00
jmrothst 77fd1f2522 Add makefile to improve UX 2024-03-15 22:16:55 -05:00
jmrothst 0182f1d2b8 Ensure hostnames are preserved, Linode needs the help 2022-07-29 23:40:31 -05:00
jmrothst 656ac2e40f Update tasks 2022-06-05 16:47:30 -05:00
jmrothst e4b3b1a2cb Ensure vim is replacing nano 2022-06-05 16:09:30 -05:00
jmrothst f2605147ae Support Ansible > 3.x 2022-06-05 16:01:23 -05:00
jmrothst 2bd5100ba9 Add git clients to ensure_apache works 2022-06-05 16:00:58 -05:00
jmrothst ceabc6ddd6 Ignore facts and inventory 2022-02-21 00:09:50 -06:00
jmrothst ace09e07e7 Enable postfix/dovecot servers 2021-12-05 12:21:17 -06:00
jmrothst 5d85ea4fd6 Add MariaDB support... 2021-10-31 00:00:58 -05:00
jmrothst 1fc8892712 Add new http server role and entry in playbook 2021-10-28 22:42:47 -05:00
jmrothst 1b25b92f90 SSH with pipelining... 2021-10-28 22:42:26 -05:00
jmrothst e450b114fc Search via regex instead of shell glob 2021-07-26 04:13:16 +00:00
jmrothst 0d65e8e562 Delete failed freshclam updates >= 1 day old... 2021-07-26 04:00:06 +00:00
jmrothst 6af4607709 Remove handler flush triggering multiple service restarts 2021-07-25 03:48:19 +00:00
jmrothst 880822fa20 Attempt to prevent disk full on freshclam failure 2021-07-22 03:18:25 +00:00
jmrothst 9bf43ff904 Flush handlers after the package install 2021-07-21 03:04:50 +00:00
jmrothst fc741d1dca Don't scan root activity 2021-07-21 01:40:00 +00:00
jmrothst f8bddf54c1 pulling the value of a single element didn't work... 2021-07-20 00:47:57 +00:00
jmrothst d8213d2c36 Sort the mounts so they are idempotent 2021-07-20 00:37:04 +00:00
jmrothst a171d60c44 Add remaining configuration files 2021-07-18 03:47:40 +00:00
jmrothst 201c52ed03 All systemd units now restart on failure 2021-07-18 03:41:24 +00:00
jmrothst 1559e309fe Ensure that clamonacc restarts when it fails 2021-07-15 00:51:34 +00:00
jmrothst 33f99de4fe Ensure the quarantine directory exists 2021-07-13 05:03:40 +00:00
jmrothst 599d2c922b Remove tcp connectivity 2021-07-13 04:51:17 +00:00
jmrothst d6c465ee55 If templates changed, reload systemd always 2021-07-13 04:41:51 +00:00
jmrothst 7a1ca73b9d Quotes 2021-07-13 04:09:53 +00:00
jmrothst ab73b6088a Enable quarantine and priv sep 2021-07-13 04:08:12 +00:00
jmrothst b269fbf31c Add the missing loop 2021-07-12 04:05:17 +00:00
jmrothst 9c20653f15 Increase inotify capacity to prevent Clam OnAccess Scanner from failing 2021-07-12 04:00:57 +00:00
jmrothst b1031c462f Add TCP Connectivity 2021-07-06 23:06:47 -05:00
jmrothst b9f60734e0 Run clamd as root so clamonacc works 2021-07-06 22:56:10 -05:00
jmrothst c4470f8b3c Template syntax error 2021-07-06 20:49:21 -05:00
jmrothst 7c890e3b82 Template the mount points to scan 2021-07-06 20:39:44 -05:00
jmrothst b6679a3545 Spelling 2021-07-06 03:28:47 +00:00
jmrothst 887bef0b44 Fix service order and add SELinux support 2021-07-06 03:26:42 +00:00
jmrothst dbc28d1230 OnAccess scan the / mount, not just /home 2021-07-06 03:15:56 +00:00
jmrothst a8ea1690a6 state not enable parameter should be tested 2021-07-06 03:04:23 +00:00
jmrothst c366e47026 If changed configs, restart service 2021-07-06 03:02:30 +00:00
jmrothst 3ee1b7a1e2 Enable OnAccess scanner for /home 2021-07-06 02:43:52 +00:00
jmrothst 782376fc8c Deploy configuration before starting service 2021-07-06 02:35:57 +00:00