Skip to content

Commit e9dd4e1

Browse files
authored
Bump Ansible collections (#491)
1 parent 5eed684 commit e9dd4e1

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 4.1.0
4+
version: 4.4.0
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 2.0.2
8+
version: 2.1.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENHANCEMENTS:
1515

1616
* Add Alpine Linux 3.15 to the NGINX Plus list of tested and supported platforms (and remove Alpine Linux 3.11).
1717
* Use `pcre2` by default when possible.
18+
* Bump the Ansible `community.general` collection to `4.4.0` and `community.docker` collection to `2.1.1`.
1819

1920
BUG FIXES:
2021

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
1414

1515
### NGINX Plus (Optional)
1616

17-
If you wish to install NGINX Plus using this role, you will need to obtain an NGINX Plus license beforehand. _You do not need to do anything beforehand if you want to install NGINX OSS._
17+
If you wish to install NGINX Plus using this role, you will need to obtain an NGINX Plus license beforehand. *You do not need to do anything beforehand if you want to install NGINX OSS.*
1818

1919
### Ansible
2020

@@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
2525
---
2626
collections:
2727
- name: community.general
28-
version: 4.1.0
28+
version: 4.4.0
2929
- name: ansible.posix
3030
version: 1.3.0
3131
- name: community.docker # Only required if you plan to use Molecule (see below)
32-
version: 2.0.2
32+
version: 2.1.1
3333
```
3434
3535
**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.
@@ -44,7 +44,7 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
4444
### Molecule (Optional)
4545

4646
* Molecule is used to test the various functionalities of the role. The recommended version of Molecule to test this role is `3.3`.
47-
* 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._
47+
* 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.*
4848
* To run the NGINX Plus Molecule tests, you must copy your NGINX Plus license to the role's [`files/license`](https://github.com/nginxinc/ansible-role-nginx/blob/main/files/license/) folder.
4949

5050
You can alternatively add your NGINX Plus 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:
@@ -93,17 +93,17 @@ SUSE/SLES:
9393
Ubuntu:
9494
- bionic (18.04)
9595
- focal (20.04)
96-
- hirsute (21.04)
96+
- impish (21.10)
9797
```
9898

9999
### NGINX Plus
100100

101101
```yaml
102102
Alpine:
103-
- 3.11
104103
- 3.12
105104
- 3.13
106105
- 3.14
106+
- 3.15
107107
Amazon Linux 2:
108108
- any
109109
CentOS:
@@ -203,4 +203,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
203203

204204
[Tom Gamull](https://github.com/magicalyak)
205205

206-
© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2021
206+
© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2022

0 commit comments

Comments
 (0)