full server dashboard working
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user