mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Raw refactoring of roles
This commit is contained in:
2
roles/docker-coturn/TODO.md
Normal file
2
roles/docker-coturn/TODO.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Todo
|
||||
- Implement this role
|
4
roles/docker-coturn/vars/configuration.yml.j2
Normal file
4
roles/docker-coturn/vars/configuration.yml.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
user: turnuser
|
||||
credentials:
|
||||
# password: # Need to be defined in invetory file
|
||||
# secret: # Need to be defined in invetory file
|
@@ -1,3 +1,3 @@
|
||||
application_id: "coturn"
|
||||
#database_password: "{{gitea_database_password}}"
|
||||
#database_password: "{{applications[application_id].credentials.database_password}}"
|
||||
#database_type: "mariadb"
|
Reference in New Issue
Block a user