Use sample inventory file in doc (#4052)

pull/4365/head
Maxime Guyot 2019-03-18 09:43:15 +01:00 committed by Kubernetes Prow Robot
parent ea7a6f1cf1
commit e640233947
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ This playbook aims to automate [this](https://metallb.universe.tf/tutorial/layer
## Install
```
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/metallb/metallb.yml
ansible-playbook --ask-become -i inventory/sample/hosts.ini contrib/metallb/metallb.yml
```