Skip to content

Commit 2c7631d

Browse files
committed
doc the rest of the vars
1 parent 1478ade commit 2c7631d

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,25 @@ Requirements
88

99
- OpenBSD
1010

11+
TODO
12+
----
13+
14+
- Stop cloning as `root`.
15+
- Fix `rc`'s `stop` action.
16+
1117
Role Variables
1218
--------------
1319

1420
| Variable | Default | Description |
1521
|--------- | ------- | ----------- |
16-
| rw_port | 4567 | The port rubywarden should listen on. |
17-
| rw_user | _rubywarden | The user that will be added to the system in order to run rubywarden. |
18-
| rw_home | /var/rubywarden | Home directory for rw_user. |
19-
| rw_group | _rubywarden | The group that will be added to the system in order to run rubywarden. |
20-
| rw_signups | false | Tells rubywarden to allow signups. Requires a service restart to change. |
21-
| rw_commit | master | Specific commit to be used during the checkout process. |
22-
| rw_env | production | Specify if we are running in production or development mode. |
22+
| rw_port | `4567` | The port rubywarden should listen on. |
23+
| rw_user | `_rubywarden` | The user that will be added to the system in order to run rubywarden. |
24+
| rw_home | `/var/rubywarden` | Home directory for rw_user. |
25+
| rw_group | `_rubywarden` | The group that will be added to the system in order to run rubywarden. |
26+
| rw_signups | `false` | Tells rubywarden to allow signups. Requires a service restart to change. |
27+
| rw_commit | `master` | Specific commit to be used during the checkout process. |
28+
| rw_env | `production` | Specify if we are running in production or development mode. |
29+
| rw_src | `"{{ rw_home }}/src"` | Dir to clone the rubywarden source to. |
2330

2431
Example Playbook
2532
----------------

0 commit comments

Comments
 (0)