Skip to content

Commit 16e0276

Browse files
authored
Added Full Example to README.md
1 parent add3ef2 commit 16e0276

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ gem 'kitchen-yansible-pusher', '~> 0.1.0'
2828

2929
Keeping simplicity in mind, this kitchen-provisioner has minimal options to get going.
3030
```yaml
31+
---
32+
driver:
33+
name: docker
34+
35+
platforms:
36+
- name: ubuntu-22.04
37+
3138
provisioner:
3239
name: yansible_pusher
3340
playbook: "/path/to/playbook.yaml"
@@ -45,6 +52,10 @@ provisioner:
4552
vault_password_file: "/path/to/vault.password"
4653
username: username
4754
private_key: "/path/to/private.key"
55+
56+
suites:
57+
- name: default
58+
4859
```
4960

5061
## Contributing

0 commit comments

Comments
 (0)