client.json.j2 186 B

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