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
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
14
14
15
15
### Ansible
16
16
17
-
* This role is developed and tested with [maintained](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) versions of Ansible core (above `2.11`).
17
+
* This role is developed and tested with [maintained](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) versions of Ansible core (above `2.12`).
18
18
* When using Ansible core, you will also need to install the following collections:
19
19
20
20
```yaml
21
21
---
22
22
collections:
23
-
- name: community.general
24
-
version: 5.5.0
25
23
- name: ansible.posix
26
24
version: 1.4.0
27
-
- name: community.docker # Only required if you plan to use Molecule (see below)
25
+
- name: community.general
26
+
version: 5.5.0
27
+
- name: community.docker # Only required if you plan to use Molecule (see below)
28
28
version: 3.1.0
29
29
```
30
30
@@ -67,22 +67,31 @@ The NGINX config Ansible role supports all platforms supported by [NGINX Open So
67
67
### NGINX Open Source
68
68
69
69
```yaml
70
+
AlmaLinux:
71
+
- 8
72
+
- 9
70
73
Alpine:
71
-
- 3.13
72
74
- 3.14
73
75
- 3.15
74
76
- 3.16
77
+
- 3.17
75
78
Amazon Linux:
76
79
- 2
77
80
CentOS:
78
81
- 7.4+
79
82
Debian:
80
-
- buster (10)
81
83
- bullseye (11)
84
+
Oracle Linux:
85
+
- 7
86
+
- 8
87
+
- 9
82
88
Red Hat:
83
89
- 7.4+
84
90
- 8
85
91
- 9
92
+
Rocky Linux:
93
+
- 8
94
+
- 9
86
95
SUSE/SLES:
87
96
- 12
88
97
- 15
@@ -96,17 +105,20 @@ Ubuntu:
96
105
### NGINX Plus
97
106
98
107
```yaml
108
+
AlmaLinux:
109
+
- 8
110
+
- 9
99
111
Alpine:
100
112
- 3.13
101
113
- 3.14
102
114
- 3.15
103
115
- 3.16
116
+
- 3.17
104
117
Amazon Linux 2:
105
118
- any
106
119
CentOS:
107
120
- 7.4+
108
121
Debian:
109
-
- buster (10)
110
122
- bullseye (11)
111
123
FreeBSD:
112
124
- 12.1+
@@ -117,6 +129,9 @@ Red Hat:
117
129
- 7.4+
118
130
- 8
119
131
- 9
132
+
Rocky Linux:
133
+
- 8
134
+
- 9
120
135
SUSE/SLES:
121
136
- 12
122
137
- 15
@@ -158,8 +173,6 @@ You can find the Ansible NGINX role to install NGINX OSS and NGINX Plus [here](h
158
173
159
174
You can find the Ansible NGINX App Protect role to install and configure NGINX App Protect WAF and NGINX App Protect DoS [here](https://github.com/nginxinc/ansible-role-nginx-app-protect).
160
175
161
-
You can find the Ansible NGINX Controller collection of roles to install and configure NGINX Controller [here](https://github.com/nginxinc/ansible-collection-nginx_controller).
162
-
163
176
You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit).
0 commit comments