[INFO] Création du rôle

This commit is contained in:
2023-04-12 14:09:46 +02:00
parent d09e5403e9
commit 434ec3ca1f
6 changed files with 273 additions and 4 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for network
- name: Redémarrer keepalived.service
become: true
ansible.builtin.systemd:
state: restarted
name: keepalived.service