Bump to 1.17.1 + couple of fixes for vagrant (#17)
Co-authored-by: meaz <meaz@disroot.org> Reviewed-on: Disroot-Ansible/gitea#17 Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
parent
7b9e2bcc04
commit
c291788219
3 changed files with 7 additions and 4 deletions
|
@ -7,3 +7,6 @@
|
|||
|
||||
vars_files:
|
||||
- ../defaults/main.yml
|
||||
|
||||
vars:
|
||||
- ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -15,6 +15,6 @@ Vagrant.configure("2") do |config|
|
|||
gitea.vm.network "forwarded_port", guest: 80, host: 8888, host_ip: "192.168.33.14"
|
||||
gitea.vm.network "forwarded_port", guest: 443, host: 4443, host_ip: "192.168.33.14"
|
||||
gitea.vm.network "private_network", ip: "192.168.33.14"
|
||||
|
||||
config.vm.provision "shell", inline: "apt install acl"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -5,7 +5,7 @@ gitea_lib_dir: "/var/lib/gitea"
|
|||
gitea_user: 'git'
|
||||
gitea_group: 'git'
|
||||
gitea_confdir: '/etc/gitea/app.ini'
|
||||
gitea_version: '1.16.8'
|
||||
gitea_version: '1.17.1'
|
||||
|
||||
|
||||
#[CONFIG]
|
||||
|
@ -41,9 +41,9 @@ gitea_repository_config:
|
|||
|
||||
gitea_server_config:
|
||||
- 'SSH_DOMAIN = git.example.org'
|
||||
- 'DOMAIN = git.example.org'
|
||||
- 'DOMAIN = 192.168.33.14'
|
||||
- 'HTTP_PORT = 3000'
|
||||
- 'ROOT_URL = https://git.example.org'
|
||||
- 'ROOT_URL = 192.168.33.14'
|
||||
- 'DISABLE_SSH = false'
|
||||
- 'SSH_PORT = 22'
|
||||
- 'LFS_START_SERVER = true'
|
||||
|
|
Loading…
Reference in a new issue