Skip to content

Commit

Permalink
- update to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyne committed Apr 13, 2020
1 parent 5bb49fe commit 8aef1ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions roles/appliance/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
mysql_appliance_password: "{{ lookup('password', ansible_user_dir + '/.appliance_' + app_virtual_host + '_appliance_db_pass') }}"
mysql_appliance_user_password: "{{ lookup('password', ansible_user_dir + '/.appliance_' + app_virtual_host + '_appliance_user_pass') }}"

appliance_version: 4.5.1
appliance_version: 4.5.3

containers:
backup_version: 2.4
appliance_db_version: 5.6
appliance_web_version: "{{ appliance_version }}.0.0"
appliance_cron_version: 5.0
appliance_cron_version: 6.0
appweb_container_repo: "appliance"
12 changes: 6 additions & 6 deletions roles/ubersmith/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

fcgi_host: php
gc_maxlifetime: 86400
php_version: 7.1
php_version: 7.3
old_php_versions:
- 5.6

ubersmith_root: /var/www/ubersmith_root
mysql_root_password: "{{ lookup('password', ansible_user_dir + '/.ubersmith_' + virtual_host + '_root_db_pass chars=ascii_letters,digits') }}"
mysql_ubersmith_password: "{{ lookup('password', ansible_user_dir + '/.ubersmith_' + virtual_host + '_ubersmith_db_pass') }}"

ubersmith_version: 4.5.2
ubersmith_version: 4.5.3

containers:
backup_version: 2.4
solr_version: 4.10.4
db_version: 5.6
web_version: "{{ ubersmith_version }}.0.0"
web_container_repo: "ubersmith"
php_version: 7.1
cron_version: 6.0
mail_version: 2.0
rwhois_version: 3.0
php_version: 7.3
cron_version: 7.0
mail_version: 3.0
rwhois_version: 4.0
pmm_version: 1.16.0
haproxy_version: 1.7-alpine
redis_version: 3.2

0 comments on commit 8aef1ef

Please sign in to comment.