Replace domain by variable.

This commit is contained in:
yohan 2024-03-30 16:49:35 +01:00
parent 5ec2c8c026
commit 97695619eb

View File

@ -1,7 +1,7 @@
---
- name: Get coturn repo's last commit
ansible.builtin.git:
repo: https://git.scimetis.net/yohan/docker-coturn.git
repo: "https://git.{{ DOMAIN }}/yohan/docker-coturn.git"
clone: no
update: no
version: master
@ -15,7 +15,7 @@
- name: Build coturn image
containers.podman.podman_image:
name: coturn
path: https://git.scimetis.net/yohan/docker-coturn.git
path: "https://git.{{ DOMAIN }}/yohan/docker-coturn.git"
force: true
build:
force_rm: true
@ -37,7 +37,7 @@
- "--static-auth-secret"
- "{{ coturn_secret }}"
- "--realm"
- "scimetis.net"
- "{{ DOMAIN }}"
- "--total-quota"
- "100"
- "--bps-capacity"