diff --git a/roles/n8n/defaults/main.yml b/roles/n8n/defaults/main.yml index 7636a2c..0343bf1 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 1.49.0 +n8n_version: 1.56.2 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run diff --git a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 index 45ac66a..e7f837e 100644 --- a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 +++ b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 @@ -316,6 +316,7 @@ if ($http_user_agent ~* "PageThing") { return 403; } if ($http_user_agent ~* "Pandalytics") { return 403; } if ($http_user_agent ~* "PerMan") { return 403; } if ($http_user_agent ~* "PerplexityBot") { return 403; } +if ($http_user_agent ~* "PetalBot") { return 403; } if ($http_user_agent ~* "Pingdom") { return 403; } if ($http_user_agent ~* "Pinterest") { return 403; } if ($http_user_agent ~* "PiplBot") { return 403; }