Skip to content

Commit 57fc6f1

Browse files
committed
Updating CHANGELOG.md for release
1 parent 1d3b3f9 commit 57fc6f1

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Changelog
22

3+
## 0.2.0 - Add module install support (April 3rd, 2023)
4+
5+
FEATURES:
6+
7+
* Add the ability to optionally install one or more NMS modules.
8+
9+
TESTS:
10+
11+
* Add NMS Module tests.
12+
* Add NGINX Plus Counting tests. This tests the counting feature of an unlicensed NMS (install and
13+
upgrade)
14+
315
## 0.1.0 - Initial release (March 9th, 2023)
416

517
Initial release of the NGINX Management Suite Ansible role. Features include:
618

719
* Install NGINX Management Suite (NMS).
820
* Create initial NMS password.
9-
10-
## 0.2.0 - Add Module support (March 17th, 2023)
11-
12-
Features include:
13-
14-
* Add the ability to optionally install one or more NMS modules.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This role only installs NGINX Management Suite (NMS).
1616
### NGINX Management Suite Certificate Files
1717

1818
Installing NMS requires the NMS certificate files to access the repository. Log in to [MyF5](https://account.f5.com/myf5) or follow the link in the trial activation email to download the NMS repo **.crt** and **.key** files:
19+
1920
* nginx-mgmt-suite-trial.key
2021
* nginx-mgmt-suite-trial.crt
2122

@@ -64,6 +65,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
6465
### Installing NMS Role and Dependencies using Ansible Galaxy
6566

6667
1. Create a yaml file, such as `requirements.yml`, with the following content below.
68+
6769
```yaml
6870
---
6971
roles:
@@ -79,13 +81,15 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
7981
- name: community.docker # Only required if you plan to use Molecule (see below)
8082
version: 3.4.2
8183
```
84+
8285
1. Run `ansible-galaxy install -r requirements.yml` to install this role along with the required collections. If you already have these installed but need to update to newer versions, use `ansible-galaxy install -fr requirements.yml`.
8386

8487
#### Using Latest Edge of NMS Ansible Role
8588

8689
There is a couple methods if you want to use the latest edge from this role.
8790

8891
1. Use the following snippet in your `requirement.yml`.
92+
8993
```yaml
9094
roles:
9195
- src: https://github.com/nginxinc/ansible-role-nginx-management-suite.git
@@ -157,6 +161,7 @@ You can use this role to help count the number of NGINX Plus instance you have.
157161
### Requirement
158162

159163
You will also need to install the following collection in order to use the example playbooks for counting NGINX Plus instances.
164+
160165
```yaml
161166
collections:
162167
- name: https://github.com/TuxInvader/ansible_collection_nginx_management_suite.git

0 commit comments

Comments
 (0)