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
tsg-tsg-scripts-platform/tasks/unistall/uninstall_firewall.yml

14 lines
274 B
YAML
Raw Normal View History

- hosts: platform
remote_user: root
tasks:
- name: "uninstall firewall: absent firewall rpm packages"
yum:
name: "{{ item }}"
state: absent
with_items:
- dns
- ftp
- http
- mail
- quic
- ssl