This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.swarm-single-node/handlers/main.yml
decentral1se b5c3ce2ec4
All checks were successful
continuous-integration/drone/push Build is passing
init
2022-05-30 16:57:39 +02:00

13 lines
173 B
YAML

---
- name: Restart ufw
become: true
service:
name: ufw
state: restarted
- name: Restart docker
become: true
service:
name: docker
state: restarted