Jake Howard
92052a3d0a
This creates a simple base configuration skeleton, that other configuration can be easily loaded into.
11 lines
213 B
YAML
11 lines
213 B
YAML
- name: reload nginx
|
|
service:
|
|
name: nginx
|
|
state: reloaded
|
|
become: true
|
|
|
|
- name: restart qbittorrent
|
|
service:
|
|
name: qbittorrent-nox@{{ qbittorrent_user.name }}
|
|
state: restarted
|
|
become: true
|