initial upload
This commit is contained in:
8
tasks/handlers/consul.yml
Normal file
8
tasks/handlers/consul.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# handlers file for consul-server
|
||||
- name: restart consul
|
||||
systemd:
|
||||
name: consul.service
|
||||
daemon_reload: yes
|
||||
state: restarted
|
||||
become: yes
|
||||
Reference in New Issue
Block a user