correction readme
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user