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_firewall.yml
2021-04-27 15:11:55 +08:00

37 lines
799 B
YAML

- hosts:
- adc_mcn0
remote_user: root
tasks:
- name: "uninstall firewall: stop sapp.service"
systemd:
name: "{{ item }}"
state: stopped
enabled: no
with_items:
- sapp.service
- name: "uninstall firewall: uninstall rpm packages"
yum:
name: "{{ item }}"
state: absent
with_items:
- capture_packet_plug
- conn_telemetry
- dns
- ftp
- fw_dns_plug
- fw_ftp_plug
- fw_http_plug
- fw_mail_plug
- fw_quic_plug
- fw_ssl_plug
- http
- mail
- quic
- ssl
- tsg_conn_sketch
#- rtp
#- mesa_sip
#- fw_voip_plug
- app_proto_identify