gautzsha / perform-dt-ansible

My ansible playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summary:

This repo is a collection of Ansible playbook yaml files designed for automating the onboarding of applications into Dynatrace. These playbooks were written and tested on Red Hat Ansible Tower, but should work with other platforms such as vanilla Ansible and AWX.

Playbooks:

  • validate-ansible-tower-linux.yml - Used to validate that Ansible Tower is able to manage the target Linux host
  • validate-ansible-tower-windows.yml - Used to validate that Ansible Tower is able to manage the target Windows host
  • dt-oneagent-install-linux.yml - Installs Dynatrace OneAgent (or upgrades) on the target Linux host
  • dt-oneagent-install-windows.yml - Installs Dynatrace OneAgent (or upgrades) on the target Windows host
  • dt-api-application-config.yml - Creates a Dynatrace RUM Web Application using the Config API
  • dt-api-management-zone.yml - Creates a Dynatrace Management Zone using the Config API
  • dt-api-alerting-profile.yml - Creates a Dynatrace Alerting Profile using the Config API
  • dt-api-notification-email.yml - Creates a Dynatrace Problem Notification Email Rule using the Config API
  • dt-api-dashboard-clone.yml - Creates a Dynatrace dashboard from an existing template using the Config API
  • dt-ansible-email-notification.yml - Sends an email that onboarding was successful with a link to a dashboard
  • dt-onboarding-workflow-set-stats.yml - Helper Playbook that sets artifacts for a workflow utilizing each Playbook

The comments at the top of each Playbook contain the list of extra variables that are expected.

About

My ansible playbooks