Skip to content

Commit aeee3cf

Browse files
authored
Update README.md
1 parent 515b836 commit aeee3cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We built this AppDynamics Ansible collection to support (immutable) infrastructu
2020
The agent binaries and the installation process for the Machine and DB agent depend on the OS type –– Windows or Linux. This AppDynamics collection abstracts the OS differences so you should only have to provide `agent_type`, without necessarily specifying your OS type.
2121

2222

23-
| <img width="200"/> Agent type | Description |
23+
| Agent type <img width="180"/> | Description |
2424
|--|--|
2525
|`sun-java` or `java` | Agent to monitor Java applications running on JRE version 1.7 and less |
2626
|`sun-java8` or `java8` | Agent to monitor Java applications running on JRE version 1.8 and above |
@@ -34,7 +34,7 @@ The agent binaries and the installation process for the Machine and DB agent dep
3434

3535
## Installation
3636

37-
Install the <a href="https://galaxy.ansible.com/appdynamics"> AppDynamics Collection </a> from Ansible Galaxy on your Ansible server:
37+
Install the <a href="https://galaxy.ansible.com/appdynamics"> AppDynamics Collection </a> from Ansible Galaxy on your Ansible control node:
3838

3939
```shell
4040
ansible-galaxy collection install appdynamics.agents
@@ -130,7 +130,7 @@ In the playbook below, the parameters are initialised directly in the yaml file
130130

131131
## Role Variables
132132

133-
|<img width="200"/> Variable | Description | Agent Type |
133+
|Variable<img width="200"/> | Description | Agent Type |
134134
|--|--|--|
135135
|`agent_type` | AppDynamics agent type. java, machine, etc | All |
136136
|`agent_version` | AppDynamics agent version. AppDynamics uses calendar versioning. For example, if a Java agent is released in November of 2020, its version will begin with 20.11.0. When the Java agent team releases again in the month of November, the new agent will be 20.11.1 | All |

0 commit comments

Comments
 (0)