File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,25 @@ Requirements
8
8
9
9
- OpenBSD
10
10
11
+ TODO
12
+ ----
13
+
14
+ - Stop cloning as ` root ` .
15
+ - Fix ` rc ` 's ` stop ` action.
16
+
11
17
Role Variables
12
18
--------------
13
19
14
20
| Variable | Default | Description |
15
21
| --------- | ------- | ----------- |
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. |
23
30
24
31
Example Playbook
25
32
----------------
You can’t perform that action at this time.
0 commit comments