2021-12-07 02:47:13 +01:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
|
|
|
tasks:
|
|
|
|
- name: Uninstall NGINX
|
2022-03-22 18:27:11 +01:00
|
|
|
ansible.builtin.include_role:
|
2021-12-07 02:47:13 +01:00
|
|
|
name: ansible-role-nginx
|
|
|
|
vars:
|
|
|
|
nginx_type: plus
|
|
|
|
nginx_setup_license: false
|
2022-03-17 23:50:41 +01:00
|
|
|
nginx_setup: uninstall
|