From f0a924dd512cbda62dd422cb501cab2c059c25d0 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 28 Jan 2021 19:09:43 +0100 Subject: [PATCH] gitea --- host_vars/web01.l3d.space/vars.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index 697edbd..03d19d9 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -23,6 +23,21 @@ users: - l3d@backup-rsa.l3d.yt - l3d@business.wingcon.com +sshd__allowed_users: + - "root" + - "ansible" + - "l3d" + - "webwaffel" + - "webwaffelpodcast" + - "gitea" + +sshd__allowed_groups: + - "root" + - "ansible" + - "l3d" + - "webwaffel" + - "webwaffelpodcast" + - "gitea" accounts: - l3d @@ -82,6 +97,7 @@ firewall_allowed_tcp_ports: - "443" # gitea settings +gitea_app_name: 'backwesen.de' gitea_http_domain: 'backwesen.de' gitea_root_url: 'https://backwesen.de' gitea_protocol: 'http' @@ -91,7 +107,9 @@ gitea_lfs_content_path: "{{ gitea_home }}/data/lfs" gitea_lfs_jwt_secret: "{{ _gitea_lfs_jwt_secret }}" gitea_oauth2_jwt_secret: "{{ _gitea_oauth2_jwt_secret }}" gitea_repository_root: "{{ gitea_home }}/repos" +gitea_ssh_domain: "{{ gitea_http_domain }}" gitea_start_ssh: "{{ _gitea_start_ssh }}" +gitea_ssh_port: 22 # gitea db gitea_db_type: mysql