dynatrace_deploy_oneagent
Role Name
Deploy Dynatrace OneAgent on Windows or Linux.
Requirements
None.
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml
):
# See documentation on custom oneagent installs: https://www.dynatrace.com/support/help/technology-support/operating-systems/linux/installation/customize-oneagent-installation-on-linux/
# switch value to 'prod' if you want to install in production and 'dev' for non prod deployment
# see prod.yml and dev.yml in the vars folder
dynatrace_environment: dev
# can be 'latest' or a version number, e.g. '1.179.206.20191127-164958'
oneagent_version: ''
arch: 'all'
# paas or tenant token for the download url
paas_token: ''
installer_type: 'default'
# see install parameters for the oneagent in the OS specific vars in the vars folder
# documentation for host groups: https://www.dynatrace.com/support/help/how-to-use-dynatrace/# hosts/configuration/organize-your-environment-using-host-groups/
oneagent_host_group: ''
Dependencies
None.
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- kennethacurtis.dynatrace-deploy-oneagent
License
BSD
Author Information
Install
ansible-galaxy install kennethacurtis/dynatrace-deploy-oneagent
License
Unknown
Downloads
37
Owner
Cloud Engineer