Delinea Audit Role
This Ansible role provides tasks and a sample configuration file for deploying the Delinea Audit agent and enabling session auditing on target systems.
Directory structure
delinea_audit/
default/
main.yml # default variables for Delinea Audit installation and enablement
tasks/
disable.yml # tasks for disabling Delinea Audit
enable.yml. # tasks for enabling Delinea Audit
install.yml # tasks for installation of the Delinea Audit agent
main.yml. # tasks invoked when role is applied to system
remove.yml # tasks for uninstallation of the Delinea Audit agent
Default variables sample
---
# file: roles/delinea_audit/default/main.yml
# Common variables
delinea_repo: /etc/yum.repos.d/delinea.repo
# Delinea Audit and Monitoring Services Variables
installation_name: <AuditInstallationName>