{
"aaa_export_info1": "Export of all Ansible 1.x Dicts as a single JSON dict",
"aaa_export_info2": "This file combines the dicts into a single JSON record",
"aaa_export_info3": "Note that indentation is a bit off",
"vars": {{ vars | remove_sensitive_data | to_nice_json }},
"environment": {{ environment | remove_sensitive_data | to_nice_json }},
"group_names": {{ group_names | remove_sensitive_data | to_nice_json }},
"groups": {{ groups | remove_sensitive_data | to_nice_json }},
"hostvars": {{ hostvars | remove_sensitive_data | to_nice_json }}
}