1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01:00

Add very simple example playbook

This commit is contained in:
Adam Mckaig 2015-06-05 00:01:43 -04:00
parent 56f9b9ff07
commit 5e11666d41

5
fixtures/playbook.yml Normal file

@ -0,0 +1,5 @@
- hosts:
- web-aws
- web-do
tasks:
- command: "echo Hello, world!"