This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/tasks/uninstall/uninstall_framework.yml
2021-04-27 15:11:55 +08:00

20 lines
448 B
YAML

- hosts:
- adc_mcn0
- adc_mcn1
- adc_mcn2
- adc_mcn3
remote_user: root
tasks:
- name: "uninstall framework: uninstall rpm packages"
yum:
name: "{{ item }}"
state: absent
with_items:
- libaws-c-common
- libaws-c-event-stream
- libaws-checksums
- libaws-cpp-sdk-core
- libaws-cpp-sdk-s3
- libhos-client-cpp
- libmaatframe