You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/role-icingadb/role-icingadb.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ For more information on the respective settings please see [the official documen
25
25
|`icingadb_database_ca`|`String`| Defines the path to the certificate authority for the TLS connection. |**n/a**|
26
26
|`icingadb_database_cert`|`String`| Defines the path to the certificate for client key authentication. |**n/a**|
27
27
|`icingadb_database_host`|`String`| Defines database address to connect to. |`127.0.0.1`|
28
-
|`icingadb_database_import_schema`|`bool`| Defines whether to import the schema into the database or not. |`false`|
28
+
|`icingadb_database_import_schema`|`bool`| Defines whether to import the schema into the database or not. **Needs `icingadb_database_type` to be set**. |`false`|
29
29
|`icingadb_database_key`|`String`| Defines the path to the certificate key for client key authentication. |**n/a**|
30
30
|`icingadb_database_name`|`String`| Defines the database to connect to. |`icingadb`|
31
31
|`icingadb_database_password`|`String`| Defines the database password to connect with. |`icingadb`|
@@ -81,6 +81,7 @@ This play installs IcingaDB with on the same host as its connected MysQL databas
81
81
become: true
82
82
vars:
83
83
icingadb_database_import_schema: true # Import the schema into the database
84
+
icingadb_database_type: mysql # needed by the schema import
0 commit comments