You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: ansible/README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,27 +12,29 @@ Note that this role requires root access, so either run it in a playbook with a
12
12
13
13
- hosts: all
14
14
roles:
15
-
- role: ansible
15
+
- role: paperless-ng
16
16
become: yes
17
17
18
18
Role Variables
19
19
--------------
20
20
21
21
Most configuration variables from paperless-ng itself are available and accept their respective arguments.
22
-
Every `PAPERLESS_*` configuration varaible is lowercased and instead prefixed with `paperlessng_*` in `defaults/main.yml`.
22
+
Every `PAPERLESS_*` configuration variable is lowercased and instead prefixed with `paperlessng_*` in `defaults/main.yml`.
23
23
24
-
For a full listing including explainations and allowed values, see the current [documentation](https://paperless-ng.readthedocs.io/en/ng-0.9.14/configuration.html).
24
+
For a full listing including explanations and allowed values, see the current [documentation](https://paperless-ng.readthedocs.io/en/latest/configuration.html).
25
25
26
26
Additional variables available in this role are listed below, along with default values:
27
27
28
-
paperlessng_version: 0.9.14
28
+
paperlessng_version: latest
29
29
30
30
The [release](https://github.com/jonaswinkler/paperless-ng/releases) archive version of paperless-ng to install.
31
+
`latest` stands for the latest release of paperless-ng.
32
+
To install a specific version of paperless-ng, use the tag name of the release, e. g. `ng-1.4.4`, or specify a branch or commit id.
31
33
32
34
paperlessng_redis_host: localhost
33
35
paperlessng_redis_port: 6379
34
36
35
-
Seperate configuration values that combine into `PAPERLESS_REDIS`.
37
+
Separate configuration values that combine into `PAPERLESS_REDIS`.
0 commit comments