{ "Control-agent": { "http-host": "127.0.0.1", "http-port": 8000, "control-sockets": { {% if kea_dhcp__dhcp4.enable | default(false) %} "dhcp4": { "socket-type": "{{ kea_dhcp__dhcp4['control-sockets'][0]['socket-type'] }}", "socket-name": "{{ kea_dhcp__dhcp4['control-sockets'][0]['socket-name'] }}" }{% if kea_dhcp__dhcp6.enable %},{% endif %} {% endif %} {% if kea_dhcp__dhcp6.enable | default(false) %} "dhcp6": { "socket-type": "{{ kea_dhcp__dhcp6['control-sockets'][0]['socket-type'] }}", "socket-name": "{{ kea_dhcp__dhcp6['control-sockets'][0]['socket-name'] }}" }, {% endif %} } } }