Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Releases: nginxinc/ansible-role-nginx-unit

0.2.2

22 Dec 18:29
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

ENHANCEMENTS:

  • Update Molecule to 3.2.1 and Docker Python SDK to 4.4.0.
  • Remove CentOS/RHEL 6 from supported platforms due to EOL.
  • Replace TravisCI with GitHub actions.

BUG FIXES:

Fix issue whereas SELinux state would not be correctly set back to enforcing when nginx_unit_selinux: true.

0.2.1

19 Nov 12:32
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

ENHANCEMENTS:

  • Update Ansible (now Ansible base) to 2.10.3, Ansible (now Ansible Community Distribution) to 2.10.3, Ansible Lint to 4.3.7, Molecule to 3.1.5, and yamllint to 1.25.0.
  • Moved "constant" variables to vars/main.yml.
  • Switch to using ansible_facts wherever possible.
  • Major backend refactoring to reduce the number of files and tasks.
  • Improved tasks naming conventions.
  • Add survey to README.
  • Improve README structure and use tables where relevant.

0.2.0

27 Aug 22:22
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

BREAKING CHANGES:

  • The repository names in Debian and RedHat based distros have slightly changed. You may run into some duplication issues when running the role on a preexisting target that already has had NGINX installed using the role. To fix this, manually remove the old repository source.

ENHANCEMENTS:

  • Update Ansible to 2.9.12 and Ansible Lint to 4.3.2.
  • Explicitly define mode in relevant tasks.
  • Explicitly define the nginx-unit apt_repository and yum_repository filename in Debian and RedHat based distros.

FEATURES:

  • TravisCI now always uses the latest version of Docker.

0.1.0

19 Aug 16:26
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release of the NGINX Unit role. Contains all NGINX Unit related features previously available on the NGINX Ansible role.