From 3c8f6800db4ae505ed2e7b7f4222ed257b02147a Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 28 Mar 2025 19:54:13 +0100 Subject: [PATCH] chore: Replace nginxinc GH org mentions with nginx --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- .github/release-drafter.yml | 2 +- CHANGELOG.md | 16 ++++++++-------- README.md | 16 ++++++++-------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1a710c691..d04a9b04f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,8 +14,8 @@ body: **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]. - [issue search]: https://github.com/nginxinc/ansible-role-nginx/issues - [discussions]: https://github.com/nginxinc/ansible-role-nginx/discussions + [issue search]: https://github.com/nginx/ansible-role-nginx/issues + [discussions]: https://github.com/nginx/ansible-role-nginx/discussions [forum]: https://community.nginx.org - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8a592adca..bc5082b9a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,8 +12,8 @@ body: **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]. - [issue search]: https://github.com/nginxinc/ansible-role-nginx/issues - [discussions]: https://github.com/nginxinc/ansible-role-nginx/discussions + [issue search]: https://github.com/nginx/ansible-role-nginx/issues + [discussions]: https://github.com/nginx/ansible-role-nginx/discussions [forum]: https://community.nginx.org - type: textarea diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 47c2f8f53..d70256385 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -127,7 +127,7 @@ template: | ## Resources - - 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). + - 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). - Ansible Galaxy repository -- [galaxy.ansible.com/nginxinc/nginx](https://galaxy.ansible.com/nginxinc/nginx). - NGINX Ansible role & collection introductory blog -- [f5.com/blog/announcing-nginx-core-collection-ansible](https://www.f5.com/blog/announcing-nginx-core-collection-ansible). - NGINX: Better with Ansible demo -- [github.com/alessfg/nginx-ansible-demo](https://github.com/alessfg/nginx-ansible-demo). diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f695b7e..e037809cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ FEATURES: DOCUMENTATION: -- Update community docs per the latest [NGINX template repository](https://github.com/nginxinc/template-repository) guidelines. +- Update community docs per the latest [NGINX template repository](https://github.com/nginx/template-repository) guidelines. - 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. TESTS: @@ -330,7 +330,7 @@ ENHANCEMENTS: BREAKING CHANGES: -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). +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). FEATURES: @@ -408,7 +408,7 @@ ENHANCEMENTS: BREAKING CHANGES: -**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. +**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. ENHANCEMENTS: @@ -488,15 +488,15 @@ ENHANCEMENTS: BREAKING CHANGES: -- 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). -- 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. -- 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. +- 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). +- 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. +- 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. FEATURES: - A new variable has been introduced: - `nginx_setup_license` -- Determine whether you want to use this role to upload your NGINX license to your target host. -- 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) +- 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) - Three new tags have been introduced -- `nginx_setup_license`, `nginx_enable` and `nginx_check_support`. - Add Alpine 3.12 to the list of supported platforms. - Remove Alpine 3.8 from the list of supported platforms. @@ -545,7 +545,7 @@ DEPRECATION WARNING: 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: - The NGINX Ansible role will keep working as is and be used to install and setup NGINX. -- 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. +- 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. - 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. BREAKING CHANGES: diff --git a/README.md b/README.md index 3ecc7749b..114b45b2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Ansible Galaxy](https://img.shields.io/badge/galaxy-nginxinc.nginx-5bbdbf.svg)](https://galaxy.ansible.com/nginxinc/nginx) -[![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) -[![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) +[![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) +[![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) [![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) [![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](/SUPPORT.md) [![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 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: ```bash -pip install --upgrade -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible.txt -curl -O https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_collections.yml +pip install --upgrade -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible.txt +curl -O https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_collections.yml ansible-galaxy install --force -r requirements_collections.yml rm -f requirements_collections.yml ``` @@ -93,7 +93,7 @@ If you want to contribute to this role, you will also need to install Ansible Li - For ease of use, you can install and/or upgrade Ansible Lint by running the following command on your Ansible host: ```bash - pip install -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible_lint.txt + pip install -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_ansible_lint.txt ``` #### Molecule (Optional) @@ -113,7 +113,7 @@ If you want to contribute to this role, you will also need to install Ansible Li - 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: ```bash - pip install --upgrade -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_molecule.txt + pip install --upgrade -r https://raw.githubusercontent.com/nginx/ansible-role-nginx/main/.github/workflows/requirements/requirements_molecule.txt ``` ## Role Installation @@ -147,7 +147,7 @@ To use the role, include the following task in your playbook: To pull the latest edge commit of the role from GitHub, use: ```bash -git clone https://github.com/nginxinc/ansible-role-nginx.git +git clone https://github.com/nginx/ansible-role-nginx.git ``` 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 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). -You can find the Ansible NGINX configuration role to configure NGINX [here](https://github.com/nginxinc/ansible-role-nginx-config). +You can find the Ansible NGINX configuration role to configure NGINX [here](https://github.com/nginx/ansible-role-nginx-config). 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).