/*** {{ ansible_managed }} *** */ { "loglevel": "{{ di_logging_loglevel }}", "logfile": "{{ di_logging_logfile }}", "rmdays": {{ di_logging_rmdays }}, /* Interval (in hours) in which to check for removing data from DB */ "interval" : {{ di_logging_interval }}, /* Directory where to store CSV files */ "csv_path": "{{ di_logging_csv_path }}", "csv_separator": "{{ di_logging_csv_seperator }}", "mysql_host" : "{{ di_logging_mysql_host }}", "mysql_user" : "{{ di_logging_mysql_user }}", "mysql_password" : "{{ di_logging_mysql_password }}", "mysql_database" : "{{ di_logging_mysql_database }}", /*** ZeroMQ socket *** - proxy_logif, log interface of the secure multi proxy - project_proxy, interface of the project proxy */ "proxy_logif" : "{{ di_logging_proxy_logif }}", "project_logif" : "{{ di_logging_project_logif }}", "mysql-proxy:uri" : "{{ di_logging_mysql_proxy_uri }}", "mysql-proxy:timeout" : "{{ di_logging_mysql_proxy_timeout }}" }