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 -- [f5.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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ FEATURES:
42
42
43
43
DOCUMENTATION:
44
44
45
-
- Update community docs per the latest [NGINX template repository](https://github.com/nginxinc/template-repository) guidelines.
45
+
- Update community docs per the latest [NGINX template repository](https://github.com/nginx/template-repository) guidelines.
46
46
- Update and tweak the README. In order to make the installation instructions easier, some file names used by the various GitHub Actions workflows have been renamed.
47
47
48
48
TESTS:
@@ -330,7 +330,7 @@ ENHANCEMENTS:
330
330
331
331
BREAKING CHANGES:
332
332
333
-
Remove the deprecation warning in the README detailing the advent of the [NGINX Core Ansible collection](https://github.com/nginxinc/ansible-collection-nginx) and the subsequent splitting from this role of the [Ansible NGINX Config role](https://github.com/nginxinc/ansible-role-nginx-config) and the [Ansible NGINX Unit role](https://github.com/nginxinc/ansible-role-nginx-unit).
333
+
Remove the deprecation warning in the README detailing the advent of the [NGINX Core Ansible collection](https://github.com/nginxinc/ansible-collection-nginx) and the subsequent splitting from this role of the [Ansible NGINX Config role](https://github.com/nginx/ansible-role-nginx-config) and the [Ansible NGINX Unit role](https://github.com/nginxinc/ansible-role-nginx-unit).
334
334
335
335
FEATURES:
336
336
@@ -408,7 +408,7 @@ ENHANCEMENTS:
408
408
409
409
BREAKING CHANGES:
410
410
411
-
**The NGINX configuration functionalities included in this role have been removed as of release 0.19.0.** There now is a separate role to manage and create NGINX configurations available [here](https://github.com/nginxinc/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX should be submitted in the new NGINX configuration Ansible role repository. New issues or PRs related to configuring NGINX submitted in this repository will not be worked on.
411
+
**The NGINX configuration functionalities included in this role have been removed as of release 0.19.0.** There now is a separate role to manage and create NGINX configurations available [here](https://github.com/nginx/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX should be submitted in the new NGINX configuration Ansible role repository. New issues or PRs related to configuring NGINX submitted in this repository will not be worked on.
412
412
413
413
ENHANCEMENTS:
414
414
@@ -488,15 +488,15 @@ ENHANCEMENTS:
488
488
489
489
BREAKING CHANGES:
490
490
491
-
- The process to install modules has changed. You will now have to use a list variable, `nginx_modules`, instead of manually setting the modules you want to install to `true` or `false`. This change will also simplify adding future supported modules to this role. You can find a list of supported modules for NGINX and NGINX Plus in [`vars/main.yml`](https://github.com/nginxinc/ansible-role-nginx/blob/main/vars/main.yml).
492
-
- Modules can no longer be added to your NGINX config using this role. Please use the [`nginx_config`](https://github.com/nginxinc/ansible-role-nginx-config) role instead.
493
-
- Changed `nginx_configure` default value from `true` to `false` to further promote the adoption of the [NGINX config](https://github.com/nginxinc/ansible-role-nginx-config) role.
491
+
- The process to install modules has changed. You will now have to use a list variable, `nginx_modules`, instead of manually setting the modules you want to install to `true` or `false`. This change will also simplify adding future supported modules to this role. You can find a list of supported modules for NGINX and NGINX Plus in [`vars/main.yml`](https://github.com/nginx/ansible-role-nginx/blob/main/vars/main.yml).
492
+
- Modules can no longer be added to your NGINX config using this role. Please use the [`nginx_config`](https://github.com/nginx/ansible-role-nginx-config) role instead.
493
+
- Changed `nginx_configure` default value from `true` to `false` to further promote the adoption of the [NGINX config](https://github.com/nginx/ansible-role-nginx-config) role.
494
494
495
495
FEATURES:
496
496
497
497
- A new variable has been introduced:
498
498
- `nginx_setup_license`-- Determine whether you want to use this role to upload your NGINX license to your target host.
499
-
- The role will now fail automatically if you try to deploy NGINX from an official repository in an unsupported distribution. You can find a list of supported distributions for NGINX and NGINX Plus in [`vars/main.yml`](https://github.com/nginxinc/ansible-role-nginx/blob/main/vars/main.yml)
499
+
- The role will now fail automatically if you try to deploy NGINX from an official repository in an unsupported distribution. You can find a list of supported distributions for NGINX and NGINX Plus in [`vars/main.yml`](https://github.com/nginx/ansible-role-nginx/blob/main/vars/main.yml)
500
500
- Three new tags have been introduced -- `nginx_setup_license`, `nginx_enable` and `nginx_check_support`.
501
501
- Add Alpine 3.12 to the list of supported platforms.
502
502
- Remove Alpine 3.8 from the list of supported platforms.
@@ -545,7 +545,7 @@ DEPRECATION WARNING:
545
545
With the advent of Ansible collections and to reduce the overhead of this role, the decision has been made to split this role into three smaller roles:
546
546
547
547
- The NGINX Ansible role will keep working as is and be used to install and setup NGINX.
548
-
- There now is a separate role to manage and create NGINX configurations available [here](https://github.com/nginxinc/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX should be submitted in the new NGINX Config repository. New issues or PRs related to configuring NGINX submitted in this repository will not be worked on. The NGINX configuration functionalities included in this role will be removed in an upcoming release.
548
+
- There now is a separate role to manage and create NGINX configurations available [here](https://github.com/nginx/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX should be submitted in the new NGINX Config repository. New issues or PRs related to configuring NGINX submitted in this repository will not be worked on. The NGINX configuration functionalities included in this role will be removed in an upcoming release.
549
549
- NGINX Unit now has a separate role available [here](https://github.com/nginxinc/ansible-role-nginx-unit). Any new issues or PRs related to NGINX Unit should be submitted in the new NGINX Unit repository. New issues or PRs related to NGINX Unit submitted in this repository will not be worked on. The NGINX Unit functionalities included in this role will be removed in an upcoming release.
[](https://www.repostatus.org/#active)
@@ -36,8 +36,8 @@ If you want to use this role, you will need to use a supported version of Ansibl
36
36
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:
@@ -113,7 +113,7 @@ If you want to contribute to this role, you will also need to install Ansible Li
113
113
- 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:
@@ -346,7 +346,7 @@ Working functional playbook examples can be found in the **[`molecule/`](/molecu
346
346
347
347
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).
348
348
349
-
You can find the Ansible NGINX configuration role to configure NGINX [here](https://github.com/nginxinc/ansible-role-nginx-config).
349
+
You can find the Ansible NGINX configuration role to configure NGINX [here](https://github.com/nginx/ansible-role-nginx-config).
350
350
351
351
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