1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
This commit is contained in:
L3D 2021-01-28 19:09:43 +01:00 committed by Lilian Roller
parent b79d1146ab
commit f0a924dd51
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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