Added some variable debugging tools

This commit is contained in:
2025-07-13 02:57:03 +02:00
parent bff6f8b5a0
commit f744747cef
3 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
- name: Show application_id
debug:
var: application_id
- name: Show applications dict
debug:
var: applications
- name: Show ports
debug:
var: ports
- name: Show networks
debug:
var: networks
- name: Show database_type
debug:
var: database_type
- name: Show database_host
debug:
var: database_host
- name: Show docker_compose
debug:
var: docker_compose
- name: Show container_port
debug:
var: container_port
- name: Show container_healthcheck
debug:
var: container_healthcheck