- unistall script for certbot

- update resource limits for some docker container
This commit is contained in:
2017-10-04 06:15:03 -04:00
parent 92950ffd2d
commit 9988549d59
7 changed files with 33 additions and 14 deletions

View File

@@ -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