Commit graph

2161 commits

Author SHA1 Message Date
am-periphery
ce8aa45d0c Fix conditional check in uninstall.sh using assignment instead of comparison
The sudo access check on line 71 was using `if myANSIBLE_TAG="Debian"` which
assigns "Debian" to the variable instead of comparing it. This means the
then branch is always taken regardless of the actual distro.

Matches the correct pattern already used in install.sh line 254.
2026-03-14 11:22:25 +00:00
t3chn0m4g3
13bf21bb82 Fixes #1866, thank you @regulartim for reporting 2026-01-29 14:05:00 +01:00
Marco Ochse
fb9a9b09fd fix debian netiso link, optimize link checker 2026-01-28 09:13:19 +01:00
t3chn0m4g3
04e44dfd43 Cleaning up 2026-01-16 19:52:12 +01:00
t3chn0m4g3
4128490151 Avoid exposing ENVs - Thanks @ Kevin Setz 2026-01-16 19:13:23 +01:00
t3chn0m4g3
39193ecd98 Refresh nginx container (i.e. esvue) for ELK 9.2.3 support 2026-01-06 13:41:54 +01:00
t3chn0m4g3
fdf9be3e6f Prepare for Elastic Stack 9.2.3 2026-01-05 20:14:57 +01:00
t3chn0m4g3
7a4c4bc997 prepare for t-pot-attack-map 3.0.0 2025-12-18 12:26:38 +01:00
Marco Ochse
25f06e1924 Update ISO links descriptions 2025-12-11 10:05:34 +01:00
Marco Ochse
7fff1677bb Update ISO links for Rock Linux 2025-12-11 10:03:07 +01:00
Marco Ochse
5ac0881f6b Update link to Alma Linux 9.7 minimal iso 2025-11-27 09:03:06 +01:00
Marco Ochse
72bd918201 Fix Debian and Alma links 2025-11-26 09:56:49 +01:00
Dan Urson
b5a1c0bdf1
Add support for Red Hat Enterprise Linux - Thank you @plygrnd
Adjust installer, uninstaller and playbooks to support T-Pot installation using RHEL >= 8
2025-09-23 17:30:22 +02:00
Marco Ochse
780e2245c7
Update Debian 13 iso download links to 13.1.0 2025-09-22 08:55:33 +02:00
Marco Ochse
f676f82ed0
Fix bug regarding myANSIBLE_TAG in installer.sh
Fixes #1841
2025-09-18 16:59:10 +02:00
Marco Ochse
f570b54743
Update main.yml 2025-09-02 12:22:58 +02:00
Marco Ochse
c7b8d9cce9
Update Link Checker 2025-09-01 12:48:12 +02:00
Marco Ochse
67a8c9d80a
Update Link Checker 2025-09-01 12:40:55 +02:00
dependabot[bot]
f2d7c2de1a
Bump lycheeverse/lychee-action from 1.9.1 to 2.0.2 in /.github/workflows (#1833)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.1 to 2.0.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.1...v2.0.2)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 18:08:34 +02:00
t3chn0m4g3
1a266c4712 bump ewsposter to latest master 2025-08-28 11:52:33 +02:00
t3chn0m4g3
6fca3cb375 Bump Elastic Stack to 8.19.2 2025-08-27 16:51:58 +02:00
Marco Ochse
67cf6c6a8a
Update basic-support-info.yml 2025-08-26 10:41:58 +02:00
Marco Ochse
b29cec6921
Update basic-support-info.yml 2025-08-26 10:35:41 +02:00
Marco Ochse
95906f1ede
Update basic-support-info.yml 2025-08-26 10:23:19 +02:00
t3chn0m4g3
eefbf7ddcf bump h0neytr4p to v0.35 2025-08-15 17:07:33 +02:00
t3chn0m4g3
1b528ea9f9 Bump h0neytr4p to v0.34 2025-08-15 14:56:36 +02:00
t3chn0m4g3
5a69b3d460 Fix links and add support for Debian 13 2025-08-12 20:26:05 +02:00
t3chn0m4g3
0be973b4eb Bump Elastic Stack to 8.18.4 2025-08-07 10:43:18 +02:00
t3chn0m4g3
443a9d19fc Update and pin Glutton to latest master 2025-08-06 15:46:00 +02:00
M Rizky Satrio
ffc464ba39
feat: flags in install.sh for silent installation (#1766)
* feat: flags in install.sh for silent installation
* chore: revise install.sh script
* Update install.sh
2025-07-05 12:20:44 +02:00
t3chn0m4g3
3232781a6d fix var expansion 2025-07-04 17:29:19 +02:00
natitomattis
1c259e8b10
Adjust restore procedure on upgrade.sh (#1777)
* small fix on upgrade.sh
* typo
2025-07-04 17:17:49 +02:00
dz
8e79c596f3
Comment out Port(s) in sshd_config to avoid port conflicts when multiple SSH Port definitions present (#1809)
- Comment out Port(s) in sshd_config to avoid port conflicts when multiple SSH Port definitions present
- Resolve duplication issue for repeatedly running the install playbook
- Avoid accidental uncommenting of Port 22
2025-07-04 16:57:00 +02:00
t3chn0m4g3
6faf600d40 Fix logstash logging issue, introduced with Sentrypeer 4.0.4
Similar to #1807
2025-07-03 10:48:18 +02:00
t3chn0m4g3
c556d02a30 update issue templates 2025-07-02 19:41:32 +02:00
t3chn0m4g3
2f0a9f7f49 fixes #1807 via 93048e724a
thanks to @trixam 🚀❤️
2025-07-02 15:04:37 +02:00
t3chn0m4g3
175e1944c2 Bump Elastic Stack to 8.18.3
- Logstash: include syslog output plugin and config example
2025-06-30 16:06:45 +02:00
t3chn0m4g3
6933ee0065 bump elastic stack to 8.18.2 2025-06-14 13:03:27 +02:00
t3chn0m4g3
8fd23d7796 setup multiarch builder 2025-06-14 12:22:04 +02:00
t3chn0m4g3
8a59696a5c prep sentrypeer for v4.0.4 2025-06-13 20:28:27 +02:00
t3chn0m4g3
1d2592bb30 prep for rebuild, bump map to 2.2.7 2025-06-13 19:46:29 +02:00
Marco Ochse
fd8061eacf
Update links for Rocky Linux 2025-06-06 11:58:40 +02:00
Marco Ochse
404ce6d4b3
Create main.yml 2025-05-25 16:49:21 +02:00
Marco Ochse
700100c5c8
Fix links
fix links for Alma Linux, Ubuntu Linux, ES licenses
2025-05-25 16:42:27 +02:00
Marco Ochse
0eaad86292
Update Debian Download Links
Update Debian netinst download links for 12.11.0, old images were removed.
2025-05-25 13:53:20 +02:00
t3chn0m4g3
d6b3e842fb Update README for new persistence cycles feature 2025-05-13 16:04:35 +02:00
t3chn0m4g3
9455877fa3 add TPOT_PERSISTENCE_CYCLES setting
- makes logrotate cycles configurable, instead of static 30 days
- adjust .env / env.example for setting cycles
- adjust tpotinit dockerfile to include envsubst
- add logrotate.template
- add checks / validations
2025-05-13 15:32:00 +02:00
t3chn0m4g3
3372a23eb2 Bump Elasticvue to v1.7.0
- adding support for latest Elastic Stack
2025-05-12 12:34:07 +02:00
t3chn0m4g3
7eb271c6ac Bump Elastic Stack to 8.18.1
- Continue prep to 9.x as discussed in #1788
2025-05-12 12:07:56 +02:00
t3chn0m4g3
c180732af3 Adjust genuser.sh
- add more logging
- retrieve docker repo and version tag from .env
- only use specified repo / version for download image
- allow for user interrupt
2025-05-12 11:48:47 +02:00