Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail2ban support #35

Merged
36 commits merged into from
Feb 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f39f8a6
(feat): add audit module to defaults, add patching of audit module
Feb 1, 2024
ff665ce
(fix): change company name, add namespace
Feb 1, 2024
33538a3
(feat): add collection dependencies
Feb 1, 2024
1d7b4af
(feat): specify github branch for galaxy
Feb 1, 2024
2d9d98b
(feat): add necessary strip of 1
Feb 1, 2024
233f2e2
(feat): add fail2ban filter for icingaweb2 audit log
Feb 1, 2024
1742abb
(feat): add installation of fail2ban to role
Feb 1, 2024
68d03d1
(feat): instead of patching it live, use our own fork of the audit mo…
Feb 1, 2024
d4dede1
Remove 401 tag
Feb 8, 2024
4902d39
(chore): fix linting errors and use correct ansible-lint action
Feb 8, 2024
87e6ec7
(fix): remove patch as we use our own fork
Feb 8, 2024
ba9fdde
(fix): add dependencies for roles and collections
Feb 8, 2024
2348638
Revert "(fix): add dependencies for roles and collections"
Feb 8, 2024
677f780
(chore): fix linting errors in installation.yml
Feb 8, 2024
20d5846
(fix): add missing collection
Feb 8, 2024
dce8618
(chore): fix linting errors in configuration.yml
Feb 8, 2024
bd38bfb
(chore): fix linting errors in main.yml
Feb 8, 2024
f774d88
(fix): Migrate terrific RST README to glorious Markdown
Feb 8, 2024
f09da77
Company was renamed
Feb 13, 2024
4a599c4
Role was moved to a new namespace
Feb 13, 2024
5893949
(docs): move dependencies up into requirements section
Feb 13, 2024
beed16e
Fix image urls
Feb 13, 2024
bd54f0b
Company was renamed
Feb 13, 2024
38c9b8b
Change link for images
Feb 13, 2024
68cdc4f
(docs): change name of role
Feb 13, 2024
02857d3
(ci): dont checkout into subfolder
Feb 13, 2024
c949920
(meta): fix name of dependency in meta file
Feb 13, 2024
55f72c2
(chore): remove tests inside role itself
Feb 13, 2024
0424295
(lint): Fix MISSING STARTING SPACE IN COMMENT
Feb 13, 2024
3a5bebc
(fix): ALL NAMES SHOULD START WITH UPPERCASE LETTER
Feb 13, 2024
f14a4cd
(fix): USE FQCN FOR BUILTIN MODULE ACTIONS
Feb 13, 2024
7929aa8
(fix): use string for version
Feb 13, 2024
d2ebaa8
(fix): change spacing of commented modules
Feb 13, 2024
0aaa7a0
(fix): add a no-changed-when noqa to let us provision icingaweb2 on f…
Feb 13, 2024
b9eb8d1
(fix): let yamllint just use the '.yamllint' configfile
Feb 13, 2024
bf2f27f
(fix): .ansible-lint config is yaml
Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(feat): specify github branch for galaxy
Stev committed Feb 1, 2024
commit 1d7b4af07034be0b0b422d1bc05b8e1915a5930b
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ galaxy_info:
- 'icinga2'
- 'monitoring'
- 'icingaweb2'
github_branch: master

collections:
- ansible.posix