Skip to content

Commit

Permalink
Merge pull request #239 from Icinga/docs/icingadb-database-management
Browse files Browse the repository at this point in the history
Updates documentation for IcingaDB schema management
  • Loading branch information
mocdaniel authored Dec 7, 2023
2 parents 2b3a42b + 9db4a45 commit fc5062b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/role-icingadb/role-icingadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more information on the respective settings please see [the official documen
| `icingadb_database_ca` | `String` | Defines the path to the certificate authority for the TLS connection. | **n/a** |
| `icingadb_database_cert` | `String` | Defines the path to the certificate for client key authentication. | **n/a** |
| `icingadb_database_host` | `String` | Defines database address to connect to. | `127.0.0.1` |
| `icingadb_database_import_schema` | `bool` | Defines whether to import the schema into the database or not. | `false` |
| `icingadb_database_import_schema` | `bool` | Defines whether to import the schema into the database or not. **Needs `icingadb_database_type` to be set**. | `false` |
| `icingadb_database_key` | `String` | Defines the path to the certificate key for client key authentication. | **n/a** |
| `icingadb_database_name` | `String` | Defines the database to connect to. | `icingadb` |
| `icingadb_database_password` | `String` | Defines the database password to connect with. | `icingadb` |
Expand Down Expand Up @@ -81,6 +81,7 @@ This play installs IcingaDB with on the same host as its connected MysQL databas
become: true
vars:
icingadb_database_import_schema: true # Import the schema into the database
icingadb_database_type: mysql # needed by the schema import

roles:
- role: icinga.icinga.icingadb
Expand Down

0 comments on commit fc5062b

Please sign in to comment.