mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Added some variable debugging tools
This commit is contained in:
35
tasks/utils/debug/main.yml
Normal file
35
tasks/utils/debug/main.yml
Normal 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
|
Reference in New Issue
Block a user