nginx/tasks/remove.yml

14 lines
246 B
YAML
Raw Normal View History

2021-09-18 19:37:57 +00:00
---
- name: Uninstall Nginx
apt:
state: absent
purge: false
name:
2023-08-29 18:56:08 +00:00
- libnginx-mod-http-geoip
2023-08-30 12:12:15 +00:00
- libnginx-mod-http-geoip2
2024-01-04 02:49:38 +00:00
- libnginx-mod-stream
2021-09-18 19:37:57 +00:00
- nginx
- nginx-common
- nginx-core
2023-08-29 18:56:08 +00:00
- nginx-full