aruba: add aruba__rest_enabled

pull/103/head
jeltz 2 years ago
parent eee4ec26b2
commit 4c8e296d5a
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -4,6 +4,7 @@ aruba__vlans: {}
aruba__interfaces: {}
aruba__default_gateways: []
aruba__ssh_enabled: False
aruba__rest_enabled: True
aruba__loop_protect_disable_timer: 30
aruba__loop_protect_tx_interval: 3
...

@ -66,9 +66,12 @@ no ip ssh
{% endif %}
no telnet-server
{% if aruba__rest_enabled %}
; FIXME: ssl
web-management plaintext
rest-interface
{% endif %}
{%
set loop_protect =

Loading…
Cancel
Save