Skip to content

Commit 25e7e77

Browse files
authored
Refactor Main and HTTP core module (#168)
1 parent 15a69d8 commit 25e7e77

29 files changed

+2985
-2968
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ template: |
8989
## Install & Upgrade
9090
9191
* To install the Ansible NGINX config role on a fresh environment, run `ansible-galaxy install nginxinc.nginx_config`.
92-
* To upgrade the Ansible NGINX configrole to the latest release, run `ansible-galaxy install -f nginxinc.nginx_config`.
92+
* To upgrade the Ansible NGINX config role to the latest release, run `ansible-galaxy install -f nginxinc.nginx_config`.
9393
* To install or upgrade to this specific Ansible NGINX config role release ($RESOLVED_VERSION), run `ansible-galaxy install -f nginxinc.nginx_config,v$RESOLVED_VERSION`.
9494
9595
## Resources

CHANGELOG.md

Lines changed: 66 additions & 32 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The NGINX config Ansible role supports all platforms supported by [NGINX Open So
5757

5858
```yaml
5959
Alpine:
60-
- 3.10
6160
- 3.11
6261
- 3.12
6362
- 3.13
@@ -73,10 +72,9 @@ SUSE/SLES:
7372
- 12
7473
- 15
7574
Ubuntu:
76-
- xenial
7775
- bionic
7876
- focal
79-
- groovy
77+
- hirsute
8078
```
8179

8280
### NGINX Plus

defaults/main/template.yml

Lines changed: 677 additions & 1076 deletions
Large diffs are not rendered by default.

molecule/cleanup_module/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lint: |
1010
yamllint .
1111
ansible-lint --force-color
1212
platforms:
13-
- name: alpine-3.10
14-
image: alpine:3.10
13+
- name: alpine-3.13
14+
image: alpine:3.13
1515
dockerfile: ../common/Dockerfile.j2
1616
privileged: true
1717
volumes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.20.0
4+
version: 0.21.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.20.0
4+
version: 0.21.0
55
- name: nginxinc.nginx_app_protect
66
version: 0.6.0

0 commit comments

Comments
 (0)