You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This role only installs NGINX Management Suite (NMS).
16
16
### NGINX Management Suite Certificate Files
17
17
18
18
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
+
19
20
* nginx-mgmt-suite-trial.key
20
21
* nginx-mgmt-suite-trial.crt
21
22
@@ -64,6 +65,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
64
65
### Installing NMS Role and Dependencies using Ansible Galaxy
65
66
66
67
1. Create a yaml file, such as `requirements.yml`, with the following content below.
68
+
67
69
```yaml
68
70
---
69
71
roles:
@@ -79,13 +81,15 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
79
81
- name: community.docker # Only required if you plan to use Molecule (see below)
80
82
version: 3.4.2
81
83
```
84
+
82
85
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`.
83
86
84
87
#### Using Latest Edge of NMS Ansible Role
85
88
86
89
There is a couple methods if you want to use the latest edge from this role.
87
90
88
91
1. Use the following snippet in your `requirement.yml`.
0 commit comments