From 347e44fea036c94d5f60e544de006453ee5c71ad Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 13 Apr 2016 15:50:39 -0400 Subject: Initial hello world playbook --- hello_world.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello_world.yml diff --git a/hello_world.yml b/hello_world.yml new file mode 100644 index 0000000..20632c6 --- /dev/null +++ b/hello_world.yml @@ -0,0 +1,7 @@ +- name: Hello World Sample + hosts: all + tasks: + - name: Hello Message + debug: + msg: "Hello World!" + -- cgit v1.2.3