Skip to content

Commit

Permalink
(feat): add installation of fail2ban to role
Browse files Browse the repository at this point in the history
  • Loading branch information
Stev committed Feb 1, 2024
1 parent 233f2e2 commit 1742abb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ galaxy_info:
collections:
- ansible.posix
- community.general
- robertdebock.roles
4 changes: 4 additions & 0 deletions tasks/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
name: '{{ icinga2_web_packages }}'
state: present

- name: install fail2ban using role
ansible.builtin.include_role:
name: robertdebock.roles.fail2ban

# Allow httpd to connect to the mysql database
- name: set httpd_can_network_connect_db flag on and keep it persistent across reboots
seboolean:
Expand Down

0 comments on commit 1742abb

Please sign in to comment.