Update to 2021-04-13 20:00

master
Daniel Berteaud 4 years ago
parent 679a49c664
commit 30ca5ffccb
  1. 4
      roles/appsmith/defaults/main.yml
  2. 6
      roles/bookstack/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
appsmith_version: 1.4.8 appsmith_version: 1.4.9
# URL of the source archive # URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive # sha1sum of the archive
appsmith_archive_sha1: 53a2f47b53471f0755046ffff293f09ff9b17389 appsmith_archive_sha1: 2272b086c43301cfd24027e0e7b1e6f428fd0a04
# Root directory where appsmith will be installed # Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith appsmith_root_dir: /opt/appsmith

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

Loading…
Cancel
Save