Skip to content

Commit

Permalink
gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 28, 2021
1 parent b79d114 commit f0a924d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions host_vars/web01.l3d.space/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ users:
- [email protected]
- [email protected]

sshd__allowed_users:
- "root"
- "ansible"
- "l3d"
- "webwaffel"
- "webwaffelpodcast"
- "gitea"

sshd__allowed_groups:
- "root"
- "ansible"
- "l3d"
- "webwaffel"
- "webwaffelpodcast"
- "gitea"

accounts:
- l3d
Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit f0a924d

Please sign in to comment.