Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvida committed Feb 24, 2020
1 parent 2d892ad commit 1077f85
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Each entry consists of the following:
| `name` | :heavy_check_mark: | Name of the auth option like ldap, user_table |
| `options` | :heavy_check_mark: | Dict of options for the auth method |

## Example
#### Example

```yaml
sympa_auth:
Expand Down Expand Up @@ -90,7 +90,7 @@ Each list entry contains the following:
| `path` | :heavy_check_mark: | Path of the category |
| `title` | :heavy_check_mark: | Title of the category |

## Example
#### Example

```yaml
sympa_topics:
Expand All @@ -100,6 +100,13 @@ title: Art
title: Expressionism
```

### Database manager

| Name | Required/Default | Description |
|:---------------------------|:------------------:|:------------------------------------------------------------------------------------------|
| `sympa_db_type` | `mysql` | Choice of database manager. `mysql` or `PostgreSQL`. Other sympa options are not managed. |
| `sympa_install_db_package` | `False` | Whether the db manager is installed previously (`False`) or the role installs it (`True`) |

### Sympa Variables

| Name | Required/Default | Description |
Expand Down

0 comments on commit 1077f85

Please sign in to comment.