cosmostat working
This commit is contained in:
@ -20,6 +20,7 @@ ansible_hostname: "{{ ansible_hostname }}"
|
||||
# docker subnet, will use to bind the IP in default secure mode
|
||||
api_bind_ip: {{ api_bind_ip }}
|
||||
docker_gateway: {{ docker_gateway }}
|
||||
local_api_address: {{ local_api_address }}
|
||||
|
||||
# python system variables, no quotes for bool or int
|
||||
secure_api: {{ secure_api }}
|
||||
@ -33,4 +34,7 @@ custom_api_port: {{ custom_api_port }}
|
||||
cosmostat_server: {{ cosmostat_server }}
|
||||
cosmostat_server_api: "{{ cosmostat_server_api }}"
|
||||
cosmostat_server_reporter: {{ cosmostat_server_reporter }}
|
||||
disable_local_api: {{ disable_local_api }}
|
||||
REAL_API_KEY: "{{ REAL_API_KEY }}"
|
||||
cosmostat_server_ip: "{{ cosmostat_server_ip }}"
|
||||
...
|
||||
Reference in New Issue
Block a user