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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
27
27
---
28
28
collections:
29
29
- name: community.general
30
-
version: 3.8.0
30
+
version: 4.4.0
31
31
- name: ansible.posix
32
32
version: 1.3.0
33
33
- name: community.docker # Only required if you plan to use Molecule (see below)
34
-
version: 2.0.0
34
+
version: 2.1.1
35
35
```
36
36
37
37
**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.
@@ -45,7 +45,7 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
45
45
### Molecule (Optional)
46
46
47
47
* Molecule is used to test the various functionalities of the role. The recommended version of Molecule to test this role is `3.3`.
48
-
* 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
+
* 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.*
49
49
* To run the Molecule tests, you must copy your NGINX App Protect license to the role's [`files/license`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/files/license/) folder.
50
50
51
51
You can alternatively add your NGINX 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:
@@ -150,4 +150,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
0 commit comments