Skip to content

Commit 871b84b

Browse files
authored
chore: Replace nginxinc GH org mentions with nginx (#879)
1 parent 2c7f6d8 commit 871b84b

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ body:
1414
1515
**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].
1616
17-
[issue search]: https://github.com/nginxinc/ansible-role-nginx/issues
18-
[discussions]: https://github.com/nginxinc/ansible-role-nginx/discussions
17+
[issue search]: https://github.com/nginx/ansible-role-nginx/issues
18+
[discussions]: https://github.com/nginx/ansible-role-nginx/discussions
1919
[forum]: https://community.nginx.org
2020
2121
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ body:
1212
1313
**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].
1414
15-
[issue search]: https://github.com/nginxinc/ansible-role-nginx/issues
16-
[discussions]: https://github.com/nginxinc/ansible-role-nginx/discussions
15+
[issue search]: https://github.com/nginx/ansible-role-nginx/issues
16+
[discussions]: https://github.com/nginx/ansible-role-nginx/discussions
1717
[forum]: https://community.nginx.org
1818
1919
- type: textarea

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ template: |
127127
128128
## Resources
129129
130-
- Functional configuration examples (check `converge.yml` under each `molecule` scenario) -- [github.com/nginxinc/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule](https://github.com/nginxinc/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule).
130+
- Functional configuration examples (check `converge.yml` under each `molecule` scenario) -- [github.com/nginx/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule](https://github.com/nginx/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule).
131131
- Ansible Galaxy repository -- [galaxy.ansible.com/nginxinc/nginx](https://galaxy.ansible.com/nginxinc/nginx).
132132
- NGINX Ansible role & collection introductory blog -- [f5.com/blog/announcing-nginx-core-collection-ansible](https://www.f5.com/blog/announcing-nginx-core-collection-ansible).
133133
- NGINX: Better with Ansible demo -- [github.com/alessfg/nginx-ansible-demo](https://github.com/alessfg/nginx-ansible-demo).

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FEATURES:
4242

4343
DOCUMENTATION:
4444

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.
4646
- 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.
4747

4848
TESTS:
@@ -330,7 +330,7 @@ ENHANCEMENTS:
330330

331331
BREAKING CHANGES:
332332

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).
334334

335335
FEATURES:
336336

@@ -408,7 +408,7 @@ ENHANCEMENTS:
408408

409409
BREAKING CHANGES:
410410

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.
412412

413413
ENHANCEMENTS:
414414

@@ -488,15 +488,15 @@ ENHANCEMENTS:
488488

489489
BREAKING CHANGES:
490490

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.
494494

495495
FEATURES:
496496

497497
- A new variable has been introduced:
498498
- `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)
500500
- Three new tags have been introduced -- `nginx_setup_license`, `nginx_enable` and `nginx_check_support`.
501501
- Add Alpine 3.12 to the list of supported platforms.
502502
- Remove Alpine 3.8 from the list of supported platforms.
@@ -545,7 +545,7 @@ DEPRECATION WARNING:
545545
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:
546546

547547
- 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.
549549
- 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.
550550

551551
BREAKING CHANGES:

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-nginxinc.nginx-5bbdbf.svg)](https://galaxy.ansible.com/nginxinc/nginx)
2-
[![Molecule CI/CD](https://github.com/nginxinc/ansible-role-nginx/actions/workflows/molecule.yml/badge.svg)](https://github.com/nginxinc/ansible-role-nginx/actions/workflows/molecule.yml)
3-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/ansible-role-nginx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nginxinc/ansible-role-nginx)
2+
[![Molecule CI/CD](https://github.com/nginx/ansible-role-nginx/actions/workflows/molecule.yml/badge.svg)](https://github.com/nginx/ansible-role-nginx/actions/workflows/molecule.yml)
3+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/ansible-role-nginx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nginx/ansible-role-nginx)
44
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
55
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](/SUPPORT.md)
66
[![Community Forum](https://img.shields.io/badge/community-forum-009639?logo=discourse&link=https%3A%2F%2Fcommunity.nginx.org)](https://community.nginx.org)
@@ -36,8 +36,8 @@ If you want to use this role, you will need to use a supported version of Ansibl
3636
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:
3737

3838
```bash
39-
pip install --upgrade -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible.txt
40-
curl -O https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_collections.yml
39+
pip install --upgrade -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible.txt
40+
curl -O https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_collections.yml
4141
ansible-galaxy install --force -r requirements_collections.yml
4242
rm -f requirements_collections.yml
4343
```
@@ -93,7 +93,7 @@ If you want to contribute to this role, you will also need to install Ansible Li
9393
- For ease of use, you can install and/or upgrade Ansible Lint by running the following command on your Ansible host:
9494

9595
```bash
96-
pip install -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible_lint.txt
96+
pip install -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible_lint.txt
9797
```
9898

9999
#### Molecule (Optional)
@@ -113,7 +113,7 @@ If you want to contribute to this role, you will also need to install Ansible Li
113113
- 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:
114114

115115
```bash
116-
pip install --upgrade -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_molecule.txt
116+
pip install --upgrade -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_molecule.txt
117117
```
118118

119119
## Role Installation
@@ -147,7 +147,7 @@ To use the role, include the following task in your playbook:
147147
To pull the latest edge commit of the role from GitHub, use:
148148

149149
```bash
150-
git clone https://github.com/nginxinc/ansible-role-nginx.git
150+
git clone https://github.com/nginx/ansible-role-nginx.git
151151
```
152152

153153
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
346346

347347
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).
348348

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).
350350

351351
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).
352352

0 commit comments

Comments
 (0)