some info on gitea
This commit is contained in:
parent
f9879e2a3d
commit
4c0e7b63df
3 changed files with 11 additions and 5 deletions
|
@ -38,6 +38,12 @@ TODO: Ansible task to install that before the rest
|
|||
|
||||
* Only existing ones (no new installs)
|
||||
|
||||
* Create Gitea instances
|
||||
|
||||
* Nginx and docker-compose configurations
|
||||
* Most of the work is by hand, because there is quite a lot of interaction between the host and the container (for forwarding ssh).
|
||||
|
||||
|
||||
### Does not support
|
||||
|
||||
* Setting up the host
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# Setup backups #
|
||||
#################
|
||||
|
||||
# Later...
|
||||
# - name: "Setup backups"
|
||||
# import_tasks: backup.yml
|
||||
# tags: backup
|
||||
- name: "Setup backups"
|
||||
import_tasks: backup.yml
|
||||
tags: backup
|
||||
|
|
@ -30,7 +30,7 @@ services:
|
|||
net:
|
||||
ipv4_address: "{{ site.subnet_site_ip }}"
|
||||
ports:
|
||||
- "127.0.0.1:2222:22"
|
||||
- "127.0.0.1:2222:22" # SSH Passthrough
|
||||
|
||||
networks:
|
||||
net:
|
||||
|
|
Loading…
Reference in a new issue