From 27dde4ebee7bf19d81f6fe6a905031e807472339 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 6 Feb 2020 20:26:14 +0500 Subject: [PATCH] Purge Apache and Nginx by default --- inventories/production/group_vars/all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventories/production/group_vars/all.yml b/inventories/production/group_vars/all.yml index f60ba5b..7bc89bf 100644 --- a/inventories/production/group_vars/all.yml +++ b/inventories/production/group_vars/all.yml @@ -1,3 +1,5 @@ --- ansible_python_interpreter: /usr/bin/python3 +common__apache__state: purge common__certbot__email: 'kotovalexarian@gmail.com' +common__nginx__state: purge