Skip to content

Commit d15776a

Browse files
committed
Update NGINX Ansible collection to v0.2.0
1 parent 1b3bafd commit d15776a

File tree

6 files changed

+23
-17
lines changed

6 files changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## 0.1.4 (Unreleased)
3+
## 0.2.0 (November 18, 2020)
44

5-
Add survey to README.
5+
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.
66

77
## 0.1.3 (September 24, 2020)
88

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

1919
## 0.1.0 (September 23, 2020)
2020

21-
Initial release of the Ansible NGINX collection.
21+
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.

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The Ansible NGINX collection includes a variety of NGINX Ansible roles to help a
1111

1212
## Included Content
1313

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

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

2222
## Requirements
2323

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

6363
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.
6464

65-
To update the roles included in this collection to their latest version, run:
66-
67-
```
68-
git submodule update --recursive --remote
69-
```
65+
To update the roles included in this collection to their latest version, run `git submodule update --recursive --remote`.
7066

7167
## Author Information
7268

galaxy.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: nginxinc
33
name: nginx_core
44
description: Install and configure NGINX and NGINX App Protect using Ansible
5-
version: 0.1.3
5+
version: 0.2.0
66
readme: README.md
77
license_file: LICENSE
88
authors:
@@ -14,6 +14,16 @@ tags:
1414
- nginx_plus
1515
- nginx_config
1616
- nginx_app_protect
17+
- oss
18+
- opensource
19+
- plus
20+
- web
21+
- server
22+
- development
23+
- install
24+
- configuration
25+
- waf
26+
- security
1727

1828
repository: https://github.com/nginxinc/ansible-collection-nginx
1929
homepage: https://github.com/nginxinc/ansible-collection-nginx

roles/nginx

Submodule nginx updated from 0c211a3 to 6645e08

roles/nginx_config

0 commit comments

Comments
 (0)