From 3dcc57ff2cf3571f524290ac64b971e073c5b41d Mon Sep 17 00:00:00 2001 From: stef Date: Wed, 18 Feb 2026 21:35:54 +0000 Subject: [PATCH] correction readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51fc174..8dd66d4 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,23 @@ Exemple Inventory role: proxy Example Playbook ----------------- +------------------- +Fichier playbooks/zabbix.yml: + +``` +- name: Install zabbix on hosts + hosts: + - zabbix_instance01 + - zabbix_instance02 + become: true + roles: + - zabbix +``` + +Exemple de déploiement +``` +ansible-playbook playbooks/zabbix.yml --limit zabbix_instance01 +```