Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 5fb90fa

Browse files
committed
code review requested changes
1 parent c898b8e commit 5fb90fa

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ autolabeler:
8080
files:
8181
- ".github/workflows/requirements/*"
8282
template: |
83-
👾 *Help make the NGINX config Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
83+
👾 *Help make the NGINX Controller Agent Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
8484
85-
## What's new in NGINX's config Ansible role $RESOLVED_VERSION!
85+
## What's new in NGINX's Controller Agent Ansible role $RESOLVED_VERSION!
8686
8787
$CHANGES
8888
@@ -94,6 +94,6 @@ template: |
9494
9595
## Resources
9696
97-
* Functional configuration examples (check `converge.yml` under each `molecule` scenario) -- [github.com/nginxinc/ansible-role-nginx-config/tree/$RESOLVED_VERSION/molecule](https://github.com/nginxinc/ansible-role-nginx-config/tree/$RESOLVED_VERSION/molecule).
97+
* Functional configuration examples (check `converge.yml` under each `molecule` scenario) -- [github.com/nginxinc/ansible-role-nginx-controller-agent/tree/$RESOLVED_VERSION/molecule](https://github.com/nginxinc/ansible-role-nginx-controller-agent/tree/$RESOLVED_VERSION/molecule).
9898
* Ansible Galaxy repository -- [galaxy.ansible.com/nginxinc/nginx](https://galaxy.ansible.com/nginxinc/nginx_controller_agent).
9999
* NGINX: Better with Ansible demo -- [github.com/alessfg/nginx-ansible-demo](https://github.com/alessfg/nginx-ansible-demo).
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
22
collections:
3-
- name: community.general
4-
version: 3.2.0
5-
- name: ansible.posix
6-
version: 1.2.0
73
- name: community.docker
84
version: 1.7.0

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
# Any private crt and keys #
2+
############################
3+
*.crt
4+
*.key
5+
*~
6+
\#*
7+
!molecule.crt
8+
!molecule.key
9+
10+
# OS Specific #
11+
###############
12+
Thumbs.db
113
.DS_Store
14+
.vscode
15+
16+
# Ansible specific #
17+
####################
18+
.cache
19+
*.retry
20+
21+
# Python specific #
22+
###################
23+
__pycache__

0 commit comments

Comments
 (0)