Skip to content

Commit

Permalink
Refactor Main and HTTP core module (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Sep 21, 2021
1 parent 15a69d8 commit 25e7e77
Show file tree
Hide file tree
Showing 29 changed files with 2,985 additions and 2,968 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Expand Up @@ -89,7 +89,7 @@ template: |
## Install & Upgrade
* To install the Ansible NGINX config role on a fresh environment, run `ansible-galaxy install nginxinc.nginx_config`.
* To upgrade the Ansible NGINX configrole to the latest release, run `ansible-galaxy install -f nginxinc.nginx_config`.
* To upgrade the Ansible NGINX config role to the latest release, run `ansible-galaxy install -f nginxinc.nginx_config`.
* 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`.
## Resources
Expand Down
98 changes: 66 additions & 32 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -57,7 +57,6 @@ The NGINX config Ansible role supports all platforms supported by [NGINX Open So

```yaml
Alpine:
- 3.10
- 3.11
- 3.12
- 3.13
Expand All @@ -73,10 +72,9 @@ SUSE/SLES:
- 12
- 15
Ubuntu:
- xenial
- bionic
- focal
- groovy
- hirsute
```

### NGINX Plus
Expand Down
1,753 changes: 677 additions & 1,076 deletions defaults/main/template.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions molecule/cleanup_module/molecule.yml
Expand Up @@ -10,8 +10,8 @@ lint: |
yamllint .
ansible-lint --force-color
platforms:
- name: alpine-3.10
image: alpine:3.10
- name: alpine-3.13
image: alpine:3.13
dockerfile: ../common/Dockerfile.j2
privileged: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion molecule/common/requirements/oss_requirements.yml
@@ -1,4 +1,4 @@
---
roles:
- name: nginxinc.nginx
version: 0.20.0
version: 0.21.0
2 changes: 1 addition & 1 deletion molecule/common/requirements/plus_requirements.yml
@@ -1,6 +1,6 @@
---
roles:
- name: nginxinc.nginx
version: 0.20.0
version: 0.21.0
- name: nginxinc.nginx_app_protect
version: 0.6.0

0 comments on commit 25e7e77

Please sign in to comment.