Skip to content

Commit e09e26b

Browse files
committed
docs: Test table
1 parent 3bfd238 commit e09e26b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ This role installs NGINX Open Source, NGINX Plus, NGINX Agent or the NGINX Ampli
2020

2121
Depending on your target NGINX use case, you might need to obtain a license or API key/token before being able to use the role:
2222

23+
| Product | Requirements |
24+
|-----------------------|------------------------------------------------------------------------------------------------|
25+
| NGINX Open Source | None |
26+
| NGINX Plus | NGINX Plus license (key and crt) |
27+
| NGINX Agent | A compatible control plane and (optionally) a data plane token if you wish to use the NGINX One SaaS control plane available in the F5 Distributed Cloud |
28+
| NGINX Amplify | API key found within the NGINX Amplify SaaS console |
29+
2330
- **NGINX Open Source (NGINX OSS):**
2431

2532
You do not need to do anything beforehand if you want to install NGINX OSS.
@@ -30,7 +37,7 @@ Depending on your target NGINX use case, you might need to obtain a license or A
3037

3138
- **NGINX Agent:**
3239

33-
If you wish to install and configure the NGINX Agent, you will need: to have previously set up a compatible control plane. Check out the [NGINX Agent docs](https://docs.nginx.com/nginx-agent/overview/) for more info.
40+
If you wish to install and configure the NGINX Agent, you will need to have previously set up a compatible control plane. Check out the [NGINX Agent docs](https://docs.nginx.com/nginx-agent/overview/) for more info.
3441

3542
In addition, if you wish to connect the NGINX Agent to the NGINX One SaaS control plane available in the F5 Distributed Cloud, you will also need the data plane token provided by the NGINX One SaaS control plane.
3643

@@ -117,7 +124,7 @@ If you want to contribute to this role, you will also need to install Ansible Li
117124
molecule test -s plus
118125
```
119126

120-
- You can install and/or upgrade Molecule, the Molecule plugins package, and the Docker Python SDK by running the following command on your Ansible host:
127+
- For ease of use, you can install and/or upgrade Molecule, the Molecule plugins package, and the Docker Python SDK by running the following command on your Ansible host:
121128

122129
```bash
123130
pip install --upgrade -r https://raw.githubusercontent.com/nginxinc/ansible-role-nginx/main/.github/workflows/requirements/requirements_molecule.txt

0 commit comments

Comments
 (0)