blob: d599763295c59eb1d4e680780b04934bf6c59c63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
- name: netplan apply
command: netplan apply
- name: firewall restart
service:
name: saswall
state: restarted
- name: restart nmbd
service:
name: nmbd
state: restarted
- name: restart smbd
service:
name: smbd
state: restarted
- name: restart nginx
service:
name: nginx
state: restarted
|