correction readme

main
stef 2026-02-18 21:35:54 +00:00
parent 34b0e277c1
commit 3dcc57ff2c
1 changed files with 17 additions and 1 deletions

View File

@ -146,7 +146,23 @@ Exemple Inventory
role: proxy role: proxy
Example Playbook 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
```