first cosmoserver commit

This commit is contained in:
2026-03-21 21:20:00 -07:00
parent 7c29cbdab5
commit 324eaff135
14 changed files with 1019 additions and 423 deletions

View File

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