Skip to content

Releases: tulibraries/ansible-rails_app

Rotate those logs

15 Jun 15:17
ff6e03b
Compare
Choose a tag to compare

Release Notes:

  • Adds log rotate configuration for production, access, and error logs
  • Moves from Travis to CircleCI

Ansible update

22 Apr 17:05
29c0447
Compare
Choose a tag to compare
  • Updates ansible version
  • Pins cryptography

Update Dependencies

07 Dec 15:52
57e18da
Compare
Choose a tag to compare

Release Notes:

  • Updates ruby version
  • Update gem dependencies

Update variables for redis

06 Nov 20:41
0f215d9
Compare
Choose a tag to compare

Adds variable to exclude apache from running with redis installation

Fix deprecation warnings

01 Oct 15:56
ecff80a
Compare
Choose a tag to compare

Release notes:

  • Fixes ansible deprecation warnings related to loops
  • Updates rake to use rails instead

Add MPM Apache module

26 Aug 17:16
b936dbb
Compare
Choose a tag to compare

Adds the event MPM module as a default, but the configuration can be modified by playbooks if needed.

Enable mod_status

21 Aug 17:12
2d3c516
Compare
Choose a tag to compare

Adds server status in preparation for DataDog integration

Make yarn prod only and not update lockfile

13 May 15:28
ff52003
Compare
Choose a tag to compare
Merge pull request #26 from tulibraries/yarn-with-frozen-lockfile

yarn install from lockfile and prod only

Compress Assets part 2

27 Apr 19:38
7991bc4
Compare
Choose a tag to compare

Adds gzip compression to improve front-end loading times

Compress assets

22 Apr 19:44
502a66b
Compare
Choose a tag to compare

Adds gzip compression to improve front-end loading times