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: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@ FEATURES:
6
6
7
7
* Add support for Dependabot.
8
8
* Replace Ansible community distribution with Ansible base and add the necessary extra collections as a dependency requirement. For reference, these are:
9
-
*`community.general`
10
-
*`ansible.posix`
9
+
```yaml
10
+
---
11
+
collections:
12
+
- name: community.general
13
+
version: 2.3.0
14
+
- name: ansible.posix
15
+
version: 1.2.0
16
+
```
11
17
* You can now specify an `nginx_app_protect_repository` for NGINX App Protect.
12
18
* You can now specify an `nginx_app_protect_security_updates_repository` for NGINX App Protect signatures and threat campaigns packages.
13
19
* You can now specify NGINX App Protect signatures and threat campaigns package versions using the `nginx_app_protect_signatures_version` and `nginx_app_protect_threat_campaigns_version` variables.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ This role installs and configures NGINX App Protect (WAF) for NGINX Plus on your
19
19
---
20
20
collections:
21
21
- name: community.general
22
-
version: 2.0.0
22
+
version: 2.3.0
23
23
- name: ansible.posix
24
-
version: 1.1.1
24
+
version: 1.2.0
25
25
```
26
26
**Note:** You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
27
27
* Instructions on how to install Ansible can be found in the [Ansible website](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#upgrading-ansible-from-version-2-9-and-older-to-version-2-10-or-later).
0 commit comments