Skip to content

Commit

Permalink
Fix hostkey
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Mar 14, 2024
1 parent cd1c40a commit 110d3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/fail2ban/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fail2ban_ignore_ips:
- '{{ backup_ip_address_v4 }}/32'
- '{{ ext_ip_address_v4 | default(ip_address_v4) }}/32'
- '{{ hostvars["alphanodes-broker"].ip_address_v4 }}/32'
- '{{ hostvars["alphanodes-git"].ip_address_v4 }}/32'
- '{{ hostvars["alphanodes-gitlab"].ip_address_v4 }}/32'
- '{{ hostvars["alphanodes-monitor"].ip_address_v4 }}/32'
fail2ban_destemail: "{{ alphanodes_support_mail | default('root@localhost') }}"
fail2ban_action: "%(action_)s"
Expand Down

0 comments on commit 110d3a9

Please sign in to comment.