nginxinc / ansible-role-nginx

Ansible role for installing NGINX
https://galaxy.ansible.com/nginxinc/nginx
Apache License 2.0
644 stars 348 forks source link

chore(deps): update ansible collections #794

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
ansible.posix galaxy-collection minor 1.5.4 -> 1.6.1
community.crypto galaxy-collection minor 2.21.1 -> 2.22.2
community.docker galaxy-collection minor 3.11.0 -> 3.13.1
community.general galaxy-collection minor 9.2.0 -> 9.5.0

Release Notes

ansible-collections/ansible.posix (ansible.posix) ### [`v1.6.1`](https://redirect.github.com/ansible-collections/ansible.posix/releases/tag/1.6.1) [Compare Source](https://redirect.github.com/ansible-collections/ansible.posix/compare/1.6.0...1.6.1) See https://github.com/ansible-collections/ansible.posix/blob/1.6.1/CHANGELOG.rst for all changes. ### [`v1.6.0`](https://redirect.github.com/ansible-collections/ansible.posix/blob/HEAD/CHANGELOG.rst#v160) [Compare Source](https://redirect.github.com/ansible-collections/ansible.posix/compare/1.5.4...1.6.0) \====== ## Release Summary This is the minor release of the `ansible.posix` collection. This changelog contains all changes to the modules and plugins in this collection that have been added after the release of `ansible.posix` 1.5.4. ## Major Changes - Dropping support for Ansible 2.9, ansible-core 2.15 will be minimum required version for this release ## Minor Changes - Add summary_only parameter to profile_roles and profile_tasks callbacks. - firewalld - add functionality to set forwarding ([https://github.com/ansible-collections/ansible.posix/pull/548](https://redirect.github.com/ansible-collections/ansible.posix/pull/548)). - firewalld - added offline flag implementation ([https://github.com/ansible-collections/ansible.posix/pull/484](https://redirect.github.com/ansible-collections/ansible.posix/pull/484)) - firewalld - respawn module to use the system python interpreter when the `firewall` python module is not available for `ansible_python_interpreter` ([https://github.com/ansible-collections/ansible.posix/pull/460](https://redirect.github.com/ansible-collections/ansible.posix/pull/460)). - firewalld_info - Only warn about ignored zones, when there are zones ignored. - firewalld_info - respawn module to use the system python interpreter when the `firewall` python module is not available for `ansible_python_interpreter` ([https://github.com/ansible-collections/ansible.posix/pull/460](https://redirect.github.com/ansible-collections/ansible.posix/pull/460)). - mount - add no_log option for opts parameter ([https://github.com/ansible-collections/ansible.posix/pull/563](https://redirect.github.com/ansible-collections/ansible.posix/pull/563)). - seboolean - respawn module to use the system python interpreter when the `selinux` python module is not available for `ansible_python_interpreter` ([https://github.com/ansible-collections/ansible.posix/pull/460](https://redirect.github.com/ansible-collections/ansible.posix/pull/460)). - selinux - respawn module to use the system python interpreter when the `selinux` python module is not available for `ansible_python_interpreter` ([https://github.com/ansible-collections/ansible.posix/pull/460](https://redirect.github.com/ansible-collections/ansible.posix/pull/460)). ## Removed Features (previously deprecated) - skippy - Remove skippy pluglin as it is no longer supported([https://github.com/ansible-collections/ansible.posix/issues/350](https://redirect.github.com/ansible-collections/ansible.posix/issues/350)). ## Bugfixes - Bugfix in the documentation regarding the path option for authorised_key([https://github.com/ansible-collections/ansible.posix/issues/483](https://redirect.github.com/ansible-collections/ansible.posix/issues/483)). - seboolean - make it work with disabled SELinux - synchronize - maintain proper formatting of the remote paths ([https://github.com/ansible-collections/ansible.posix/pull/361](https://redirect.github.com/ansible-collections/ansible.posix/pull/361)). - sysctl - fix sysctl to work properly on symlinks ([https://github.com/ansible-collections/ansible.posix/issues/111](https://redirect.github.com/ansible-collections/ansible.posix/issues/111)).
ansible-collections/community.crypto (community.crypto) ### [`v2.22.2`](https://redirect.github.com/ansible-collections/community.crypto/releases/tag/2.22.2) [Compare Source](https://redirect.github.com/ansible-collections/community.crypto/compare/2.22.1...2.22.2) See https://github.com/ansible-collections/community.crypto/blob/main/CHANGELOG.md for all changes. ### [`v2.22.1`](https://redirect.github.com/ansible-collections/community.crypto/releases/tag/2.22.1) [Compare Source](https://redirect.github.com/ansible-collections/community.crypto/compare/2.22.0...2.22.1) See https://github.com/ansible-collections/community.crypto/blob/main/CHANGELOG.md for all changes. ### [`v2.22.0`](https://redirect.github.com/ansible-collections/community.crypto/releases/tag/2.22.0) [Compare Source](https://redirect.github.com/ansible-collections/community.crypto/compare/2.21.1...2.22.0) See https://github.com/ansible-collections/community.crypto/blob/main/CHANGELOG.md for all changes.
ansible-collections/community.docker (community.docker) ### [`v3.13.1`](https://redirect.github.com/ansible-collections/community.docker/releases/tag/3.13.1) [Compare Source](https://redirect.github.com/ansible-collections/community.docker/compare/3.13.0...3.13.1) See https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md for all changes. ### [`v3.13.0`](https://redirect.github.com/ansible-collections/community.docker/releases/tag/3.13.0) [Compare Source](https://redirect.github.com/ansible-collections/community.docker/compare/3.12.2...3.13.0) See https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md for all changes. ### [`v3.12.2`](https://redirect.github.com/ansible-collections/community.docker/releases/tag/3.12.2) [Compare Source](https://redirect.github.com/ansible-collections/community.docker/compare/3.12.1...3.12.2) See https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md for all changes. ### [`v3.12.1`](https://redirect.github.com/ansible-collections/community.docker/releases/tag/3.12.1) [Compare Source](https://redirect.github.com/ansible-collections/community.docker/compare/3.12.0...3.12.1) See https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md for all changes. ### [`v3.12.0`](https://redirect.github.com/ansible-collections/community.docker/releases/tag/3.12.0) [Compare Source](https://redirect.github.com/ansible-collections/community.docker/compare/3.11.0...3.12.0) See https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md for all changes.
ansible-collections/community.general (community.general) ### [`v9.5.0`](https://redirect.github.com/ansible-collections/community.general/releases/tag/9.5.0) [Compare Source](https://redirect.github.com/ansible-collections/community.general/compare/9.4.0...9.5.0) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes. ### [`v9.4.0`](https://redirect.github.com/ansible-collections/community.general/releases/tag/9.4.0) [Compare Source](https://redirect.github.com/ansible-collections/community.general/compare/9.3.0...9.4.0) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes. ### [`v9.3.0`](https://redirect.github.com/ansible-collections/community.general/releases/tag/9.3.0) [Compare Source](https://redirect.github.com/ansible-collections/community.general/compare/9.2.0...9.3.0) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes.

Configuration

📅 Schedule: Branch creation - " 0-7 * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.