Skip to content

Commit 768e626

Browse files
authored
Bump Ansible collections (#225)
1 parent ac442ba commit 768e626

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.8.0
4+
version: 4.4.0
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 2.0.0
8+
version: 2.1.1

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ FEATURES:
3030
* Add `backup` variable to template and upload parameters. Set to `false` if you don't want to keep backups of your previous NGINX config files.
3131
* Automatically create a NGINX `client_body_temp_path` directory if your NGINX config uses the directive.
3232

33+
ENHANCEMENTS:
34+
35+
Bump the Ansible `community.general` collection to `4.4.0` and `community.docker` collection to `2.1.1`.
36+
3337
BUG FIXES:
3438

3539
* Fix a bug when using a single `custom_directives` entry and the http template.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
2121
---
2222
collections:
2323
- name: community.general
24-
version: 3.8.0
24+
version: 4.4.0
2525
- name: ansible.posix
2626
version: 1.3.0
2727
- name: community.docker # Only required if you plan to use Molecule (see below)
28-
version: 2.0.0
28+
version: 2.1.1
2929
```
3030
3131
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
@@ -39,7 +39,7 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
3939
### Molecule (Optional)
4040

4141
* Molecule is used to test the various functionalities of the role. The recommended version of Molecule to test this role is `3.3`.
42-
* Instructions on how to install Molecule can be found in the [Molecule website](https://molecule.readthedocs.io/en/latest/installation.html). _You will also need to install the Molecule Docker driver._
42+
* Instructions on how to install Molecule can be found in the [Molecule website](https://molecule.readthedocs.io/en/latest/installation.html). *You will also need to install the Molecule Docker driver.*
4343
* To run the NGINX Plus/App Protect config Molecule tests, you must copy your NGINX Plus/App Protect license to the role's [`files/license`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/files/license/) folder.
4444

4545
You can alternatively add your NGINX Plus/App Protect repository certificate and key to the local environment. Run the following commands to export these files as base64-encoded variables and execute the Molecule tests:
@@ -168,4 +168,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
168168

169169
[Alessandro Fael Garcia](https://github.com/alessfg)
170170

171-
© [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021
171+
© [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2022
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.22.0
4+
version: 0.23.0
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.22.0
4+
version: 0.23.0
55
- name: nginxinc.nginx_app_protect
6-
# version: 0.7.0
7-
src: https://github.com/nginxinc/ansible-role-nginx-app-protect
8-
version: bf514e6
6+
version: 0.7.1

0 commit comments

Comments
 (0)