aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-config/templates/dump_var.j2
blob: a4a9b1552c0c5104bc2a1087205b7e269ccb9825 (plain)
1
2
3
4
5
6
7
8
HOSTVARS (ANSIBLE GATHERED, group_vars, host_vars) :

{{ hostvars[inventory_hostname] | to_yaml }}

PLAYBOOK VARS:

{{ vars | to_yaml }}