diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index 3eb78d8..c28832b 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4.8 +appsmith_version: 1.4.9 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha1sum of the archive -appsmith_archive_sha1: 53a2f47b53471f0755046ffff293f09ff9b17389 +appsmith_archive_sha1: 2272b086c43301cfd24027e0e7b1e6f428fd0a04 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index a7eb997..328feee 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -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