You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
14
14
15
15
### NGINX Plus (Optional)
16
16
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.*
18
18
19
19
### Ansible
20
20
@@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
25
25
---
26
26
collections:
27
27
- name: community.general
28
-
version: 4.1.0
28
+
version: 4.4.0
29
29
- name: ansible.posix
30
30
version: 1.3.0
31
31
- name: community.docker # Only required if you plan to use Molecule (see below)
32
-
version: 2.0.2
32
+
version: 2.1.1
33
33
```
34
34
35
35
**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
44
44
### Molecule (Optional)
45
45
46
46
* 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.*
48
48
* 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.
49
49
50
50
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:
93
93
Ubuntu:
94
94
- bionic (18.04)
95
95
- focal (20.04)
96
-
- hirsute (21.04)
96
+
- impish (21.10)
97
97
```
98
98
99
99
### NGINX Plus
100
100
101
101
```yaml
102
102
Alpine:
103
-
- 3.11
104
103
- 3.12
105
104
- 3.13
106
105
- 3.14
106
+
- 3.15
107
107
Amazon Linux 2:
108
108
- any
109
109
CentOS:
@@ -203,4 +203,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
0 commit comments