mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
11 lines
118 B
YAML
11 lines
118 B
YAML
|
|
---
|
||
|
|
|
||
|
|
- name: reload ufw
|
||
|
|
ufw:
|
||
|
|
state: reloaded
|
||
|
|
|
||
|
|
- name: restart ssh
|
||
|
|
service:
|
||
|
|
name: ssh
|
||
|
|
state: restarted
|