"fix some bugs
btw, yaml, why the hell would 2222:22 be a date? Fuck you you stupide piece of code"
This commit is contained in:
parent
c1c2c2d485
commit
9553aceb11
4 changed files with 8 additions and 8 deletions
4
hosts
4
hosts
|
@ -20,8 +20,8 @@ all:
|
||||||
dns-histausse.fil.sand.auro.re:
|
dns-histausse.fil.sand.auro.re:
|
||||||
keycloak_host:
|
keycloak_host:
|
||||||
hosts:
|
hosts:
|
||||||
azerty.fil.sand.auro.re
|
azerty.fil.sand.auro.re:
|
||||||
server_hostname: azerty.fil.sand.auro.re
|
server_hostname: azerty.fil.sand.auro.re
|
||||||
gitea_host:
|
gitea_host:
|
||||||
hosts:
|
hosts:
|
||||||
azerty.fil.sand.auro.re:
|
azerty.fil.sand.auro.re:
|
||||||
|
|
|
@ -35,4 +35,4 @@
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose>=1.28.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
version: "3.8"
|
# version: "3.8"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea:
|
gitea:
|
||||||
|
@ -25,8 +25,8 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- {{ gitea_https_port }}:3000
|
- "{{ gitea_https_port }}:3000"
|
||||||
- {{ gitea_ssh_port }}:22
|
- "{{ gitea_ssh_port }}:22"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
version: "3.8"
|
# version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
|
@ -14,4 +14,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./certificates:/etc/x509/https
|
- ./certificates:/etc/x509/https
|
||||||
ports:
|
ports:
|
||||||
- {{ keycloak_https_port }}:8443
|
- "{{ keycloak_https_port }}:8443"
|
||||||
|
|
Loading…
Reference in a new issue