|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
# Version to deploy |
|
|
|
|
bookstack_version: 0.31.8 |
|
|
|
|
bookstack_version: 21.04 |
|
|
|
|
# URL of the arhive |
|
|
|
|
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz |
|
|
|
|
# Expected sha1 of the archive |
|
|
|
|
bookstack_archive_sha1: 0d6990a6c2b196f4e4ec2e4e06fb75ffba3c96ff |
|
|
|
|
bookstack_archive_sha1: 0ca38397f9286e151645416c934169d0dd61d81e |
|
|
|
|
|
|
|
|
|
# Should ansible handle bookstack upgrades or just the inintial install |
|
|
|
|
bookstack_manage_upgrade: True |
|
|
|
@ -19,7 +19,7 @@ bookstack_root_dir: /opt/bookstack_{{ bookstack_id }} |
|
|
|
|
# User under which the app will be executed |
|
|
|
|
bookstack_php_user: php-bookstack_{{ bookstack_id }} |
|
|
|
|
# Version of PHP used |
|
|
|
|
bookstack_php_version: 74 |
|
|
|
|
bookstack_php_version: 80 |
|
|
|
|
# Or you can specify here the name of a custom PHP FPM pool. See the httpd_php role |
|
|
|
|
# bookstack_php_fpm_pool: custom_bookstack |
|
|
|
|
|
|
|
|
|