Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekayen/ansible-role-nethertrend
Uninstall Trend Micro Deep Security agent using Ansible.
https://github.com/deekayen/ansible-role-nethertrend
ansible ansible-role trendmicro uninstall-application uninstaller
Last synced: 20 days ago
JSON representation
Uninstall Trend Micro Deep Security agent using Ansible.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-role-nethertrend
- Owner: deekayen
- License: bsd-3-clause
- Created: 2020-10-08T14:18:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T12:52:34.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:25:49.425Z (2 months ago)
- Topics: ansible, ansible-role, trendmicro, uninstall-application, uninstaller
- Homepage: https://galaxy.ansible.com/deekayen/nethertrend
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Nether Trend
============
![CI](https://github.com/deekayen/ansible-role-nethertrend/workflows/CI/badge.svg?branch=main) [![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept) ![BSD 3-Clause license](https://img.shields.io/badge/license-BSD%203--Clause-blue) ![Windows platform](https://img.shields.io/badge/platform-windows-lightgrey)Uninstall Trend Micro Deep Security Agent advanced host-based protection, registry keys, and remove files using Ansible.
https://success.trendmicro.com/solution/1096150-manually-uninstalling-deep-security-agent-relay-and-notifier-from-windows
Role Variables
--------------# Reboot after uninstall.
allow_reboot: false# Override to disable self-protection when the Management dashboard is unavailable.
dsa_control_password: ""Example Playbook
----------------- name: Uninstall Trend Micro Deep Security Agent.
hosts: platform_windowsvars:
allow_reboot: trueroles:
- deekayen.nethertrendRequirements
------------The control machine should have `pywinrm` and one of `requests-ntlm`, `requests-kerberos`, and/or `requests-credssp` installed by `pip`.
Dependencies
------------None.
License
-------BSD