Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ An [Ansible Galaxy](https://galaxy.ansible.com/) role for configuring IBM Inform

## Role Variables

The following role variables are required, in which case the default value will be used:
The following role variables are required, however default values may be used where applicable:

| Name | Default | Description |
| Name | Default | Description |
|----------------------------------|---------|--------------------------------------------------------|
| `informix_db_chunk_store_path` | `/data/informix/chunks` | The path of the directory for storing cooked files for dbspace chunks (when not using raw disks). This variable should be referenced in the [Dbspaces configuration][6] `path` option for any dbspace chunks that are to be represented using cooked files (e.g. `{{ informix_db_chunk_store_path }}/rootdbs`). |
| `informix_db_dbdate` | `DMY4` | The value to be used for the `DBDATE` environment variable. |
Expand Down