appdynamics / appdynamics.agents / 23.7.0 / module / appd_facts Auto generates appdynamics configuration as fact data depending on the environment. | "added in version" 0.0.1 of appdynamics.agents" Authors: Appdynamics Team <mail@example.com> (@_)appdynamics.agents.appd_facts (23.7.0) — module
Install with ansible-galaxy collection install appdynamics.agents:==23.7.0
collections: - name: appdynamics.agents version: 23.7.0
Auto generates appdynamics configuration as fact data depending on the environment.
- name: Autogenerate appdynamics facts appd_facts: strategy: tomcat path: /opt/prod/apache-tomcat
- name: Autogenerate appdynamics facts (default) appd_facts:
path: default: '' description: path to the framework (tomcat, jboss) required: false type: str strategy: default: default description: Strategy to use for delivering auto naming; for example, tomcat, jboss, or default required: false type: str preferred_appname: default: default description: The preferred application name specific by customer required: false type: str
ansible_facts: contains: appdynamics: contains: app: description: - Suggested app name. returned: always sample: tomcat type: str node: description: - Suggested node name. sample: hostname.appd type: str tier: description: - Suggested tier name. returned: always sample: java-tier type: str description: AppDynamics App, Tier, Node names with appdynamics name as key. returned: always type: complex description: AppDynamics facts that will be appended to ansible_facts returned: always type: complex