correction readme
parent
34b0e277c1
commit
3dcc57ff2c
18
README.md
18
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue