appdynamics.agents.win_appd_facts (23.7.0) — module

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> (@_)

Install collection

Install with ansible-galaxy collection install appdynamics.agents:==23.7.0


Add to requirements.yml

  collections:
    - name: appdynamics.agents
      version: 23.7.0

Description

Auto generates appdynamics configuration as fact data depending on the environment.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Autogenerate appdynamics facts
  appd_facts:
    strategy: tomcat
    path: /opt/prod/apache-tomcat
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Autogenerate appdynamics facts (default)
  appd_facts:

Inputs

    
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

Outputs

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