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: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ body:
14
14
15
15
**Note:** If you are seeking community support or have a question, please consider starting a new thread via [GitHub discussions][discussions] or the [NGINX Community forum][forum].
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ body:
12
12
13
13
**Note:** If you are seeking community support or have a question, please consider starting a new thread via [GitHub discussions][discussions] or the [NGINX Community forum][forum].
- NGINX Ansible role & collection introductory blog -- [nginx.com/blog/announcing-nginx-core-collection-ansible](https://www.f5.com/blog/announcing-nginx-core-collection-ansible).
133
133
- NGINX: Better with Ansible demo -- [github.com/alessfg/nginx-ansible-demo](https://github.com/alessfg/nginx-ansible-demo).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ BREAKING CHANGES:
165
165
proxy: {}
166
166
```
167
167
168
-
- Check [`defaults/main/template.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/defaults/main/template.yml) and [`molecule/default/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/molecule/default/converge.yml) for examples!
168
+
- Check [`defaults/main/template.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/defaults/main/template.yml) and [`molecule/default/converge.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/molecule/default/converge.yml) for examples!
169
169
- These changes follow in the footsteps of the `http` Jinja2 refactor introduced in the `0.4.0` release. If you want more information on how to port your `stream` configurations, the release notes/changelog for `0.4.0` are a good place to start.
170
170
- Replace `conf_file_name` and `conf_file_location` with `deployment_location` inside `nginx_config_stream_template`.
171
171
- Replace `html_file_name` and `html_file_location` with `deployment_location` inside `nginx_config_html_demo_template`.
@@ -184,7 +184,7 @@ BUG FIXES:
184
184
- Fix a bug when using a single `custom_directives` entry and the http template.
185
185
- Fix check mode issue when running with SELinux enabled. Role no longer reports a change in check mode when setting the host to permissive mode.
186
186
- Fix typo in the REST API template.
187
-
- Fix incorrect REST API and status log variable names in [`defaults/main/template.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/defaults/main/template.yml).
187
+
- Fix incorrect REST API and status log variable names in [`defaults/main/template.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/defaults/main/template.yml).
188
188
- Fix bugged conditional check in the `http/ssl.j2` Jinja2 template.
189
189
190
190
## 0.4.2 (October 28, 2021)
@@ -244,7 +244,7 @@ Template engine updates:
244
244
proxy: {}
245
245
```
246
246
247
-
- Check [`defaults/main/template.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/defaults/main/template.yml) and [`molecule/default/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/molecule/default/converge.yml) for examples!
247
+
- Check [`defaults/main/template.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/defaults/main/template.yml) and [`molecule/default/converge.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/molecule/default/converge.yml) for examples!
248
248
- Refactor the base config templates to simplify the creation of templates as well as development and maintenance moving forward:
249
249
- Modify `servers`, `servers.listen`, `server.locations`, `upstream` and `upstream.servers` from nested dictionaries in the `http` and `stream` configuration templates to lists.
250
250
- Remove/merge the `web_server` and `reverse_proxy` nested dictionary keys from the HTTP templates. These often lead to confusing and unnecessary code duplication and hard to maintain code. To update your templates, remove both keys and adjust your spacing accordingly.
@@ -295,7 +295,7 @@ Template engine updates:
295
295
- Refactor the `keyval` directives into its own template config that now includes all the `keyval` HTTP module directives:
296
296
- Both `keyval` directives now live within the `keyval` dictionary.
297
297
- The `keyval` dictionary now lives in the HTTP template config instead of the Main template config.
298
-
- Refactor `server.health_check_plus` into its own dictionary that now includes all the `health_check` module directives (check [`defaults/main/template.yml`](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/defaults/main/template.yml) for examples).
298
+
- Refactor `server.health_check_plus` into its own dictionary that now includes all the `health_check` module directives (check [`defaults/main/template.yml`](https://github.com/nginx/ansible-role-nginx-config/blob/main/defaults/main/template.yml) for examples).
299
299
- Refactor the `limit_req` directive into its own dictionary:
300
300
- The `limit_req` directives now live within the `limit_req` dictionary.
301
301
- The `limit_req` dictionary now lives in the HTTP template config instead of the Main template config.
@@ -533,4 +533,4 @@ An empty `nginx_config_cleanup_files` will no longer cause `nginx_config_cleanup
533
533
534
534
## 0.1.0 (August 19, 2020)
535
535
536
-
Initial release of the NGINX Config role. Contains all NGINX Config related features previously available on the [NGINX Ansible role](https://github.com/nginxinc/ansible-role-nginx).
536
+
Initial release of the NGINX Config role. Contains all NGINX Config related features previously available on the [NGINX Ansible role](https://github.com/nginx/ansible-role-nginx).
[](https://www.repostatus.org/#active)
@@ -25,8 +25,8 @@ If you want to use this role, you will need to use a supported version of Ansibl
25
25
For ease of use, you can install and/or upgrade Ansible core, Jinja2, and the aforementioned Ansible collections by running the following four commands on your Ansible host:
@@ -99,7 +99,7 @@ If you want to contribute to this role, you will also need to install Ansible Li
99
99
- For ease of use, you can install and/or upgrade Molecule, the Molecule plugins package, and the Docker Python SDK by running the following command on your Ansible host:
To use the role, include the following task in your playbook:
@@ -185,7 +185,7 @@ Working functional playbook examples can be found in the **[`molecule/`](/molecu
185
185
186
186
You can find the Ansible NGINX Core collection of roles to install and configure NGINX Open Source, NGINX Plus, and NGINX App Protect [here](https://github.com/nginxinc/ansible-collection-nginx).
187
187
188
-
You can find the Ansible NGINX role to install NGINX OSS and NGINX Plus [here](https://github.com/nginxinc/ansible-role-nginx).
188
+
You can find the Ansible NGINX role to install NGINX OSS and NGINX Plus [here](https://github.com/nginx/ansible-role-nginx).
189
189
190
190
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).
0 commit comments