Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 9ad81be

Browse files
committed
adjust ansible README to installation instructions
and fix some typos
1 parent a262a82 commit 9ad81be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ansible/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ Note that this role requires root access, so either run it in a playbook with a
1212

1313
- hosts: all
1414
roles:
15-
- role: ansible
15+
- role: paperless-ng
1616
become: yes
1717

1818
Role Variables
1919
--------------
2020

2121
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`.
2323

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).
2525

2626
Additional variables available in this role are listed below, along with default values:
2727

@@ -32,7 +32,7 @@ The [release](https://github.com/jonaswinkler/paperless-ng/releases) archive ver
3232
paperlessng_redis_host: localhost
3333
paperlessng_redis_port: 6379
3434

35-
Seperate configuration values that combine into `PAPERLESS_REDIS`.
35+
Separate configuration values that combine into `PAPERLESS_REDIS`.
3636

3737
paperlessng_db_type: sqlite
3838

@@ -96,11 +96,11 @@ Example Playbook
9696
- hosts: all
9797
become: yes
9898
vars_files:
99-
- vars/main.yml
99+
- vars/paperless-ng.yml
100100
roles:
101-
- ansible
101+
- paperless-ng
102102

103-
`vars/main.yml`:
103+
`vars/paperless-ng.yml`:
104104

105105
paperlessng_media_root: /mnt/media/smbshare
106106

0 commit comments

Comments
 (0)