AnsibleUpdated July 3, 2026
Ansible Supported Roles
ansiblerolessupported-rolesrequirements-ymlautomationconfiguration-managementlinuxbasejavavenafidynatrace
Introduction
The following table lists the supported roles for the Ansible playbooks. The table includes the role name, the type of role, the applications that the role supports, and the current version of the role. The version is a link to the role's GitHub repository. The table also includes a link to the role's documentation. This table is based off the ansible_playbooks repository requirements.yml.
Usage
Ansible Roles are designed to be configurable, re-useable "libraries" of automated actions. They are designed to be used in a playbook, which is a collection of roles and variables that are applied to a set of hosts. The following is an example of a playbook that uses the ansible_role_reboot role:
---
- name: Reboot a host
hosts: somehost
become: true
roles:
- ansible_role_reboot
Supported Roles
Under Development
The following roles are currently under development:
| App | Role | Type |
|---|---|---|
| DB_SERVER | ansible_role_db_server | Database |
| DMS | ansible_role_dms | Application |
| CHAT_SERVER | ansible_role_chat_server | Application |
| CONF_SERVER | ansible_role_conf_server | Application |
| CONFIG_PROXY | ansible_role_config_proxy | Application |
| CLASSIFICATION | ansible_role_classification | Application |
| EMAIL_SERVER | ansible_role_email_server | Application |
| FEATURE_SERVER | ansible_role_feature_server | Application |
| GA | ansible_role_ga | Application |
| GAX | ansible_role_gax | Application |
| GVP RS | ansible_role_gvp_rs | Application |
| ICON | ansible_role_icon | Application |
| IXN | ansible_role_ixn | Application |
| IXN_PROXY | ansible_role_ixn_proxy | Application |
| LDS | ansible_role_lds | Application |
| MCP | ansible_role_mcp | Application |
| MSG_SERVER | ansible_role_msg_server | Application |
| NUANCE | ansible_role_nuance | Application |
| OCS | ansible_role_ocs | Application |
| RM | ansible_role_rm | Application |
| SECURE_EMAIL | ansible_role_secure_email | Application |
| SIP_PROXY | ansible_role_sip_proxy | Application |
| SNMP | ansible_role_snmp | Application |
| STAT_SERVER | ansible_role_stat_server | Application |
| SURVEY | ansible_role_survey | Application |
| UCS | ansible_role_ucs | Application |
| UCS_WEB | ansible_role_ucs_web | Application |
| UTILITY | ansible_role_utility | Application |
| DMS | ansible_role_dms | Application |
| GMS | ansible_role_gms | Application |