mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
36 lines
538 B
YAML
36 lines
538 B
YAML
- 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
|