GithubHelp home page GithubHelp logo

justm0rph3u5 / dynatrace-agent-ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dynatrace/dynatrace-agent-ansible

0.0 1.0 0.0 1.67 MB

An Ansible role for automated deployments of the Dynatrace Agents package.

License: MIT License

Ruby 100.00%

dynatrace-agent-ansible's Introduction

Dynatrace-Agent-Ansible

This Ansible role installs and configures the Agent of the Dynatrace AppMon solution.

Note: this role merely makes the Dynatrace Agent available, but it does not configure your application to actually load any. See the Dynatrace-Java-Agent-Ansible role for an example that does.

Download

The role is available via:

Description

This role downloads and installs the most recent version of the Dynatrace AppMon Agent from http://downloads.dynatracesaas.com. Alternatively, you can place the installer artifact as dynatrace-agent-linux-x86.jar in the role's files directory from where it will be picked up during the installation. The default file name and URL can be overridden via the dynatrace_agent_linux_installer_file_name and dynatrace_agent_linux_installer_file_url attributes, respectively. Please refer to defaults/main.yml for a list of supported attributes.

Role Variables

As defined in defaults/main.yml:

Name Default Description
dynatrace_agent_linux_install_dir /opt The Dynatrace Agent will be installed into the directory $dynatrace_agent_linux_install_dir/dynatrace-$major-$minor-$rev, where $major, $minor and $rev are given by the installer. A symbolic link to the actual installation directory will be created in $dynatrace_agent_linux_install_dir/dynatrace.
dynatrace_agent_linux_installer_file_name dynatrace-agent-7.0.0.2469-unix.jar The file name of the Dynatrace Agent installer in the role's files directory.
dynatrace_agent_linux_installer_file_url https://files.dynatrace.com/downloads/OnPrem/dynaTrace/7.0/7.0.0.2469/dynatrace-agent-7.0.0.2469-unix.jar A HTTP, HTTPS or FTP URL to the Dynatrace Agent installer in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path.
dynatrace_agent_owner dynatrace The system user that owns the Dynatrace installation.
dynatrace_agent_group dynatrace The system user's group that owns the Dynatrace installation.
dynatrace_agent_role_name Dynatrace.Dynatrace-Agent The actual name of this role in an Ansible Playbook's roles directory.

Example Playbook

- hosts: all
  roles:
    - role: Dynatrace.Dynatrace-Agent

Testing

We use Test Kitchen to automatically test our automated deployments with Serverspec and RSpec:

  1. Install Test Kitchen and its dependencies from within the project's directory:
gem install bundler
bundle install
  1. Run all tests
kitchen test

By default, we run our tests inside Docker containers as this considerably speeds up testing time (see .kitchen.yml).

Additional Resources

Blogs

Presentations

Problems? Questions? Suggestions?

This offering is Dynatrace Community Supported. Feel free to share any problems, questions and suggestions with your peers on the Dynatrace Community's Application Monitoring & UEM Forum.

License

Licensed under the MIT License. See the LICENSE file for details. analytics

dynatrace-agent-ansible's People

Contributors

dynapozieblo avatar marcinzejer avatar metmajer avatar piotrmejer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.