diff --git a/.gitmodules b/.gitmodules index d7957f2..38f3ffc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://github.com/chaos-bodensee/role_sshd.git [submodule "files/ssh_public_keys"] path = files/ssh_public_keys - url = https://gitea.see-base.de/toolbox/ssh-public-keys.git + url = https://backwesen.de/ansible/ssh_public_keys.git [submodule "roles/nginx2"] path = roles/nginx2 url = git@git.ccczh.ch:ansible-roles/role-nginx_new2.git diff --git a/files/ssh_public_keys b/files/ssh_public_keys index 32af4ea..6a5eef7 160000 --- a/files/ssh_public_keys +++ b/files/ssh_public_keys @@ -1 +1 @@ -Subproject commit 32af4ea50141aa37c25bb2f76eecd2198e190c20 +Subproject commit 6a5eef7cb2761e33466ebac334e408de70e83dad diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index 03d19d9..8d2c31c 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -110,6 +110,8 @@ gitea_repository_root: "{{ gitea_home }}/repos" gitea_ssh_domain: "{{ gitea_http_domain }}" gitea_start_ssh: "{{ _gitea_start_ssh }}" gitea_ssh_port: 22 +gitea_require_signin: false +gitea_enable_notify_mail: true # gitea db gitea_db_type: mysql