8000 run this task only under tag 'install-supabase-internal' · michelp/postgres@ad98355 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad98355

Browse files
committed
run this task only under tag 'install-supabase-internal'
1 parent 17ee8bc commit ad98355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/tasks/setup-fail2ban.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
- { line: ' ^<HOST>.+FATAL: password authentication failed for user "authenticator"$' }
3232
- { line: ' ^<HOST>.+FATAL: password authentication failed for user "pgbouncer"$' }
3333
become: yes
34-
when: supabase_internal == true
34+
tags:
35+
- install-supabase-internal
3536

3637
# Restart
3738
- name: fail2ban - restart

0 commit comments

Comments
 (0)
0