- unistall script for certbot
- update resource limits for some docker container
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
---
|
||||
# uninstall certbot
|
||||
|
||||
- name: stop nginx before removing it
|
||||
service:
|
||||
name: nginx
|
||||
state: stopped
|
||||
|
||||
- name: uninstall certbot on ubuntu 16.04
|
||||
apt:
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user