mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved integration tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file is also used by docker-matrix-compose
|
||||
# This file is also used by docker-matrix
|
||||
|
||||
- name: "Display all database variables"
|
||||
debug:
|
||||
|
1
roles/docker-elk/vars/main.yml
Normal file
1
roles/docker-elk/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: elk
|
1
roles/docker-jenkins/vars/main.yml
Normal file
1
roles/docker-jenkins/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: jenkins
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
local_repository_directory: "{{role_path}}/matrix-docker-ansible-deploy"
|
@@ -1,4 +1,4 @@
|
||||
# Matrix (Ansible - Deprecated)
|
||||
# Matrix (Deprecated)
|
||||
|
||||
## Warning
|
||||
This role is experimental and may not be actively maintained. Use it with caution in production environments. For a more stable deployment, please consider using the Matrix Compose role or another alternative solution.
|
3
roles/docker-matrix-deprecated/vars/main.yml
Normal file
3
roles/docker-matrix-deprecated/vars/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
local_repository_directory: "{{role_path}}/matrix-docker-ansible-deploy"
|
||||
application_id: "matrix-deprecated" # Just added to catch integration test exceptions. This role is anyhow deprecated.
|
1
roles/docker-xmpp/vars/main.yml
Normal file
1
roles/docker-xmpp/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: xmpp
|
Reference in New Issue
Block a user