init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-30 16:57:39 +02:00
commit b5c3ce2ec4
16 changed files with 219 additions and 0 deletions

12
handlers/main.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Restart ufw
become: true
service:
name: ufw
state: restarted
- name: Restart docker
become: true
service:
name: docker
state: restarted