From 1687912acf15ab7eed3ee61f5fef2719949021df Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 22 Mar 2021 03:27:46 +0100 Subject: [PATCH] gitea_password_check_pwn --- host_vars/web01.l3d.space/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index 665c25a..cb3d161 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -150,6 +150,7 @@ gitea_ssh_domain: "{{ gitea_http_domain }}" gitea_start_ssh: "{{ _gitea_start_ssh }}" gitea_ssh_port: 22 gitea_require_signin: false +gitea_password_check_pwn: true # gitea db gitea_db_type: mysql