ansible-role-nginx
ansible-role-nginx copied to clipboard
Ansible role for installing NGINX
### Proposed changes Added support for Rocky Linux for this role. ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [x] I have...
### Proposed changes Update GitHub actions to run on Ubuntu 22.04 and to only skip ~plus~ scenarios when the NGINX Plus license secrets are not present (it used to only...
Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 6.5.2 to 6.6.0. Release notes Sourced from ansible-lint's releases. v6.6.0 Minor Changes Replace no-jinja-nesting with jinja[invalid] (#2436) @ssbarnea Create template_instead_of_copy.py (#2346) @GhostLyrics Add rule to verify that...
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.34.0 to 1.35.1. Changelog Sourced from yamllint's changelog. 1.35.1 (2024-02-16) Restore ignoration of files passed as command-line arguments Revert API change from version 1.35.0 1.35.0 (2024-02-15) Fix...
### Describe the bug When using the role name provided in sample playbooks, running `ansible-playbook` fails because the role is not found. ``` jacob@pop-os:~/work/vasi-infrastructure$ ansible-playbook -i inventory.ini playbooks/setup-backend-server.yml PLAY [my...
### Proposed changes Bump the Ansible `community.general` collection to `8.0.2`, `community.crypto` collection to `2.16.0` and `community.docker` collection to `3.4.11`. ### Checklist Before creating a PR, run through this checklist and...
### Proposed changes Docker QEMU on GH actions was broken once upon a time. Let's see if it's no longer broken. ### Checklist Before creating a PR, run through this...
### Proposed changes The changes within this PR address the below user story: As a DevOps engineer, I want to install NGINX Agent so that I can use NGINX Management...
### Proposed changes `Amazon Linux 2023` is not supported by current Ansible role. Also it has some significant differences with `Amazon Linux 1, 2`, so same actions aren't compatible. List...
### Proposed changes The cryptography package was installed using the OS's repo package manager. This PR will change from using the system's package manager to pip. This is to resolve...