We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b13eb commit d68e68bCopy full SHA for d68e68b
roles/icingadb/tasks/manage_schema_mysql.yml
@@ -10,6 +10,7 @@
10
{% if icingadb_database_ca is defined %} --ssl-ca "{{ icingadb_database_ca }}" {%- endif %}
11
{% if icingadb_database_cert is defined %} --ssl-cert "{{ icingadb_database_cert }}" {%- endif %}
12
{% if icingadb_database_key is defined %} --ssl-key "{{ icingadb_database_key }}" {%- endif %}
13
+ {% if icingadb_database_tls_insecure is defined and icingadb_database_tls_insecure | bool %} --ssl-verify-server-cert=off {%- endif %}
14
-u "{{ icingadb_database_user | default('icingadb') }}"
15
-p{{ icingadb_database_password | quote }}
16
"{{ icingadb_database_name | default('icingadb') }}"
0 commit comments