aruba: add aruba__rest_enabled

This commit is contained in:
jeltz 2022-09-05 09:37:15 +02:00
parent eee4ec26b2
commit 4c8e296d5a
Signed by: jeltz
GPG key ID: 800882B66C0C3326
2 changed files with 4 additions and 0 deletions

View file

@ -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
...

View file

@ -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 =