full server dashboard working

This commit is contained in:
2026-03-22 18:44:07 -07:00
parent 324eaff135
commit 97fdb3d5d8
19 changed files with 1441 additions and 169 deletions

View File

@ -18,8 +18,8 @@ ansible_hostname: "{{ ansible_hostname }}"
##################################################################
# docker subnet, will use to bind the IP in default secure mode
docker_subnet: "{{ docker_subnet }}"
docker_gateway: "{{ docker_gateway }}"
api_bind_ip: {{ api_bind_ip }}
docker_gateway: {{ docker_gateway }}
# python system variables, no quotes for bool or int
secure_api: {{ secure_api }}