-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fail2ban support #35
Conversation
The patching was removed as we now use our own fork. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI is currently failing because the ansible-lint action changed its name; it must now be included as:
uses: ansible/ansible-lint@main
Please update accordingly in .github/workflows/ansible-ci.yml
|
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
This reverts commit ba9fdde.
The CI currently fails as ansible-lint has some fairly limited expectations about where the repository is checked out: ansible/ansible-lint#3938 For this repo, I think it's easiest if we check out icinga2_web without using a subdirectory (the lint rules can still be checked out in a subdirectory). |
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L172 also needs to be updated, but of course Github doesn't allow me to provide a suggestion there:
- hosts: servers
roles:
- { role: adfinis.icinga2_web }
Co-authored-by: Sebastian P. <5564491+s3lph@users.noreply.github.com>
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
This PR adds the audit module, patches it to include IPs and includes a fail2ban rule.
ISSUE TYPE