Skip to content

Commit bdd5cf3

Browse files
committed
Update NGINX Ansible collection to v0.3.0
1 parent d15776a commit bdd5cf3

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

.gitignore

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
*~
66
\#*
77

8-
# OS Specific
8+
# OS Specific #
9+
###############
910
Thumbs.db
1011
.DS_Store
1112
.vscode
1213

13-
# Ansible specific
14+
# Ansible specific #
15+
####################
1416
*.retry
1517

16-
# Ansible collection build artifacts
18+
# Ansible collection build artifacts #
19+
######################################
1720
*.tar.gz
1821

19-
# Python specific
22+
# Python specific #
23+
###################
2024
__pycache__

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.3.0 (January 11, 2021)
4+
5+
Update `nginx` role to `0.19.1`, `nginx_config` role to `0.3.2`, and `nginx_app_protect` role to `0.4.2`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release.
6+
37
## 0.2.0 (November 18, 2020)
48

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

README.md

+16-6
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 current stable release (`0.2.0`) of the Ansible NGINX collection includes the following roles:
14+
The current stable release (`0.3.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.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|
18+
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.19.1|
19+
|[nginxinc.nginx_config](https://github.com/nginxinc/ansible-role-nginx-config)|Configure NGINX|0.3.2|
20+
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.4.2|
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.2.0
40+
version: 0.3.0
4141
```
4242
4343
### Git
@@ -64,8 +64,18 @@ Currently, all the NGINX roles included in this collection (found in the [`roles
6464

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

67+
## Other NGINX Ansible Collections and Roles
68+
69+
You can find the Ansible NGINX Controller collection of roles to install and configure NGINX Controller [here](https://github.com/nginxinc/ansible-collection-nginx_controller).
70+
71+
You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit).
72+
73+
## License
74+
75+
[Apache License, Version 2.0](https://github.com/nginxinc/ansible-collection-nginx/blob/main/LICENSE)
76+
6777
## Author Information
6878

6979
[Alessandro Fael Garcia](https://github.com/alessfg)
7080

71-
© [F5 Networks, Inc.](https://www.f5.com/) 2020
81+
© [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021

galaxy.yml

+1-1
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.2.0
5+
version: 0.3.0
66
readme: README.md
77
license_file: LICENSE
88
authors:

roles/nginx

Submodule nginx updated from 6645e08 to 6d48c2a

roles/nginx_config

0 commit comments

Comments
 (0)