first cosmoserver commit
This commit is contained in:
@ -21,7 +21,7 @@ ansible_hostname: "{{ ansible_hostname }}"
|
||||
docker_subnet: "{{ docker_subnet }}"
|
||||
docker_gateway: "{{ docker_gateway }}"
|
||||
|
||||
# python system variables
|
||||
# python system variables, no quotes for bool or int
|
||||
secure_api: {{ secure_api }}
|
||||
noisy_test: {{ noisy_test }}
|
||||
debug_output: {{ debug_output }}
|
||||
@ -30,4 +30,7 @@ run_background : {{ run_background }}
|
||||
log_output: {{ log_output }}
|
||||
update_frequency: {{ update_frequency }}
|
||||
custom_api_port: {{ custom_api_port }}
|
||||
cosmostat_server: {{ cosmostat_server }}
|
||||
cosmostat_server_api: "{{ cosmostat_server_api }}"
|
||||
cosmostat_server_reporter: {{ cosmostat_server_reporter }}
|
||||
...
|
||||
Reference in New Issue
Block a user