Skip to content

Releases: Wtower/ansible-django-deploy

Updated role to Ansible 2.6

25 Jan 09:10

Choose a tag to compare

Updated task pip update to fix deprecation warning.
Updated meta.

Specify apache log level

23 May 16:22

Choose a tag to compare

Support for Plesk Onyx

18 May 15:12

Choose a tag to compare

  • Specify apache vhost.conf location, which is different for Plesk Onyx #18
  • Specify LimitRequestBody #17

ATTENTION: Backwards incompatibility: Requires to explicitly specify the vhost.conf location in the sites configuration file.

Added node modules and private files to sync ignore list

24 Jan 08:46

Choose a tag to compare

  • Added node modules and private files to sync ignore list
  • Updated documentation to indicate that wsgi_restart_interval is only available for mod_wsgi>=v4.5.12.

Improved mod_wsgi configuration

19 Jan 08:29

Choose a tag to compare

Added setting to only configure Apache for SSL

04 Jan 12:15

Choose a tag to compare

v0.1.6

Fix #15: add setting to only configure Apache for SSL

Added sync exclude option

20 Dec 19:44

Choose a tag to compare

To avoid syncing user uploaded files.

Improvements and fixes

16 Dec 22:45

Choose a tag to compare

  • Fix #11: Use appropriate setting for checking wsgi file
  • Fix #14: Moved apache configuration to end of file.
  • Fix #13: Check if deployment contains new relic file.

Upgrade wheel and improve documentation

08 Jul 19:31

Choose a tag to compare

v0.1.3

Improved documentation and examples

v0.1.2

20 Jun 09:57

Choose a tag to compare

Fix #8: add chdir to ansible command for loaddata