"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:
Jean-Marie Mineau 2021-01-27 02:02:33 +01:00
parent c1c2c2d485
commit 9553aceb11
4 changed files with 8 additions and 8 deletions

4
hosts
View file

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

View file

@ -35,4 +35,4 @@
pip: pip:
name: name:
- docker - docker
- docker-compose - docker-compose>=1.28.0

View file

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

View file

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