mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
adjust ansible README to installation instructions
and fix some typos
This commit is contained in:
parent
a262a82cad
commit
9ad81be38c
@ -12,16 +12,16 @@ Note that this role requires root access, so either run it in a playbook with a
|
|||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: ansible
|
- role: paperless-ng
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
Role Variables
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Most configuration variables from paperless-ng itself are available and accept their respective arguments.
|
Most configuration variables from paperless-ng itself are available and accept their respective arguments.
|
||||||
Every `PAPERLESS_*` configuration varaible is lowercased and instead prefixed with `paperlessng_*` in `defaults/main.yml`.
|
Every `PAPERLESS_*` configuration variable is lowercased and instead prefixed with `paperlessng_*` in `defaults/main.yml`.
|
||||||
|
|
||||||
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).
|
For a full listing including explanations and allowed values, see the current [documentation](https://paperless-ng.readthedocs.io/en/latest/configuration.html).
|
||||||
|
|
||||||
Additional variables available in this role are listed below, along with default values:
|
Additional variables available in this role are listed below, along with default values:
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ The [release](https://github.com/jonaswinkler/paperless-ng/releases) archive ver
|
|||||||
paperlessng_redis_host: localhost
|
paperlessng_redis_host: localhost
|
||||||
paperlessng_redis_port: 6379
|
paperlessng_redis_port: 6379
|
||||||
|
|
||||||
Seperate configuration values that combine into `PAPERLESS_REDIS`.
|
Separate configuration values that combine into `PAPERLESS_REDIS`.
|
||||||
|
|
||||||
paperlessng_db_type: sqlite
|
paperlessng_db_type: sqlite
|
||||||
|
|
||||||
@ -96,11 +96,11 @@ Example Playbook
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- vars/paperless-ng.yml
|
||||||
roles:
|
roles:
|
||||||
- ansible
|
- paperless-ng
|
||||||
|
|
||||||
`vars/main.yml`:
|
`vars/paperless-ng.yml`:
|
||||||
|
|
||||||
paperlessng_media_root: /mnt/media/smbshare
|
paperlessng_media_root: /mnt/media/smbshare
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user