client.json.j2 172 B

1234567
  1. {
  2. "client": {
  3. "name": "{{ ansible_hostname }}",
  4. "address": "{{ ansible_default_ipv4['address'] }}",
  5. "subscriptions": {{ group_names | to_nice_json }}
  6. }
  7. }