mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Add handlers for bacula
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
- name: reload apache
|
||||
action: service name=httpd state=reloaded
|
||||
|
||||
- name: reload bacula-fd
|
||||
action: service name=bacula-fd state=reloaded
|
||||
|
||||
- name: reload bacula-sd
|
||||
action: service name=bacula-sd state=reloaded
|
||||
|
||||
- name: reload bacula-dir
|
||||
action: service name=bacula-dir state=reloaded
|
||||
|
||||
- name: restart collectd
|
||||
action: service name=collectd state=restarted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user