Skip to content

Commit

Permalink
Update NGINX Ansible collection to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Nov 18, 2020
1 parent 1b3bafd commit d15776a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## 0.1.4 (Unreleased)
## 0.2.0 (November 18, 2020)

Add survey to README.
Update `nginx` role to `0.18.1`, `nginx_config` role to `0.3.0`, and `nginx_app_protect` role to `0.4.1`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release.

## 0.1.3 (September 24, 2020)

Expand All @@ -18,4 +18,4 @@ Add example playbooks covering a wide range of use cases.

## 0.1.0 (September 23, 2020)

Initial release of the Ansible NGINX collection.
Initial release of the Ansible NGINX collection. It includes version `0.17.1` of the `nginx` role, version `0.2.0` of the `nginx_config` role, and version `0.3.1` of the `nginx_app_protect` role.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The Ansible NGINX collection includes a variety of NGINX Ansible roles to help a

## Included Content

The Ansible NGINX collection includes the following roles:
The current stable release (`0.2.0`) of the Ansible NGINX collection includes the following roles:

|Name|Description|Version|
|----|-----------|-------|
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.17.2|
|[nginxinc.nginx_config](https://github.com/nginxinc/ansible-role-nginx-config)|Configure NGINX|0.2.0|
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.3.1|
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.18.1|
|[nginxinc.nginx_config](https://github.com/nginxinc/ansible-role-nginx-config)|Configure NGINX|0.3.0|
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.4.1|

## Requirements

Expand All @@ -37,7 +37,7 @@ You can also include the collection in a `requirements.yml` file and install it
---
collections:
- name: nginxinc.nginx_core
version: 0.1.3
version: 0.2.0
```
### Git
Expand All @@ -62,11 +62,7 @@ Sample playbooks for each use case covered by this collection can be found in th

Currently, all the NGINX roles included in this collection (found in the [`roles/`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/roles/) folder) are Git submodules, and work on the roles themselves should take place in the corresponding upstream role repository.

To update the roles included in this collection to their latest version, run:

```
git submodule update --recursive --remote
```
To update the roles included in this collection to their latest version, run `git submodule update --recursive --remote`.

## Author Information

Expand Down
12 changes: 11 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: nginxinc
name: nginx_core
description: Install and configure NGINX and NGINX App Protect using Ansible
version: 0.1.3
version: 0.2.0
readme: README.md
license_file: LICENSE
authors:
Expand All @@ -14,6 +14,16 @@ tags:
- nginx_plus
- nginx_config
- nginx_app_protect
- oss
- opensource
- plus
- web
- server
- development
- install
- configuration
- waf
- security

repository: https://github.com/nginxinc/ansible-collection-nginx
homepage: https://github.com/nginxinc/ansible-collection-nginx
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx

0 comments on commit d15776a

Please sign in to comment.