Skip to content

Releases: jcalazan/ansible-django-stack

Ubuntu 22.04

27 Apr 18:22
7dc3746
Compare
Choose a tag to compare

This release upgrades the repo to support Ubuntu 20.04 and 22.04.

It includes substantial adjustments to syntax, e.g., ansible.builtin.pip: instead of pip: for specifying modules.

ADS v2.0

05 Jul 20:16
437a815
Compare
Choose a tag to compare

Breaking changes:

  • ADS v2.0 uses group_vars to override various playbook variables. Old playbooks using env_vars should be migrated per the updated README.

Update v1 release Ansible and Molecule versions.

05 Jul 19:20
92437b3
Compare
Choose a tag to compare

This release updates ADS v1.2 with the latest versions of Ansible and Molecule.

Ansible Django Stack v1.2

01 Jul 22:17
7dd9370
Compare
Choose a tag to compare

This release is the last version of ansible-django-stack v1, which uses env_vars directory instead of the group_vars directory.

Moving forward, the v2 version of this repo will use the group_vars directory for assigning variables in the playbook.

See https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html for more detail.

Compatibility with Ansible v1.8+

24 May 14:29
Compare
Choose a tag to compare

This release has been tested to work with Ansbile version > 1.8 <= 2.0.

Future releases will only work with Ansible 2.0+.

Initial release

19 Apr 00:22
Compare
Choose a tag to compare
v1.0

Added option to create swap, updated README, resolves #14.