mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed multiple roles incl. gitlab to to web-app-*
This commit is contained in:
@@ -1 +1 @@
|
||||
application_id: apt
|
||||
application_id: update-apt
|
||||
|
@@ -1,4 +1,4 @@
|
||||
---
|
||||
application_id: "attendize"
|
||||
application_id: "web-app-attendize"
|
||||
database_type: "mariadb"
|
||||
docker_repository_address: "https://github.com/Attendize/Attendize.git"
|
@@ -1 +1 @@
|
||||
application_id: chess
|
||||
application_id: web-app-chess
|
@@ -13,6 +13,6 @@
|
||||
name: svc-db-mariadb
|
||||
state: present
|
||||
ipam_config:
|
||||
- subnet: "{{ networks.local.collabora.subnet }}"
|
||||
- subnet: "{{ networks.local[application_id].subnet }}"
|
||||
when: run_once_docker_mariadb is not defined
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
---
|
||||
application_id: collabora
|
||||
application_id: web-app-collabora
|
@@ -1,5 +1,3 @@
|
||||
images:
|
||||
gitlab: "gitlab/gitlab-ee:latest"
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
@@ -11,5 +9,8 @@ docker:
|
||||
enabled: true
|
||||
database:
|
||||
enabled: true
|
||||
gitlab:
|
||||
image: "gitlab/gitlab-ee"
|
||||
version: "latest"
|
||||
credentials:
|
||||
initial_root_password: "{{ users.administrator.password }}"
|
@@ -1,7 +1,7 @@
|
||||
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
||||
|
||||
web:
|
||||
image: "{{ applications | get_app_conf(application_id, 'images.gitlab', True) }}"
|
||||
image: "{{ gitlab_image }}:{{ gitlab_version }}"
|
||||
hostname: '{{domains | get_domain(application_id)}}'
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
ports:
|
||||
|
@@ -1,3 +1,5 @@
|
||||
application_id: "gitlab"
|
||||
application_id: "web-app-gitlab"
|
||||
database_type: "postgres"
|
||||
gitlab_initial_root_password: "{{ applications | get_app_conf(application_id, 'credentials.initial_root_password') }}"
|
||||
gitlab_initial_root_password: "{{ applications | get_app_conf(application_id, 'credentials.initial_root_password') }}"
|
||||
gitlab_version: "{{ applications | get_app_conf(application_id, 'docker.services.gitlab.version', True) }}"
|
||||
gitlab_image: "{{ applications | get_app_conf(application_id, 'docker.services.gitlab.image', True) }}"
|
@@ -1,2 +1,2 @@
|
||||
application_id: libretranslate # ID of the application
|
||||
application_id: web-app-libretranslate # ID of the application
|
||||
database_type: 0 # Database type [postgres, mariadb]
|
@@ -162,7 +162,7 @@ plugins:
|
||||
enabled: false
|
||||
integration_gitlab:
|
||||
# Nextcloud Integration GitLab: connects Nextcloud with GitLab repositories (https://apps.nextcloud.com/apps/integration_gitlab)
|
||||
enabled: "{{ 'gitlab' in group_names | lower }}"
|
||||
enabled: "{{ 'web-app-gitlab' in group_names | lower }}"
|
||||
integration_github:
|
||||
# Nextcloud Integration GitHub: integrates GitHub repositories with Nextcloud (https://apps.nextcloud.com/apps/integration_github)
|
||||
enabled: false
|
||||
|
@@ -1 +1 @@
|
||||
application_id: postmarks
|
||||
application_id: web-app-postmarks
|
@@ -1,2 +1,2 @@
|
||||
application_id: pretix # ID of the application
|
||||
application_id: web-app-pretix # ID of the application
|
||||
database_type: 0 # Database type [postgres, mariadb]
|
Reference in New Issue
Block a user