initial commit

This commit is contained in:
ace
2023-02-08 01:38:33 +03:00
commit 32f6503bfb
18 changed files with 561 additions and 0 deletions

7
handlers/main.yaml Normal file
View File

@ -0,0 +1,7 @@
- block:
- name: Restart RabbitMQ server
throttle: 1
ansible.builtin.systemd:
state: restarted
daemon_reload: yes
name: rabbitmq-server