first commit

This commit is contained in:
ace
2022-07-28 17:14:26 +03:00
commit 0acba68443
14 changed files with 293 additions and 0 deletions

8
handlers/main.yaml Normal file
View File

@ -0,0 +1,8 @@
- block:
- name: Restart consul
throttle: 1
ansible.builtin.systemd:
state: restarted
name: consul
daemon_reload: yes
when: not consul_setup.changed