Initial hello world playbook

This commit is contained in:
Matthew Jones
2016-04-13 15:50:39 -04:00
parent 4d272c3057
commit 347e44fea0

7
hello_world.yml Normal file
View File

@@ -0,0 +1,7 @@
- name: Hello World Sample
hosts: all
tasks:
- name: Hello Message
debug:
msg: "Hello World!"