From 1c0951c3eba906c996e0aa8b59f5e04a4b1a1ce9 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Thu, 29 Dec 2022 11:15:03 +0100 Subject: Initial commit --- hello_world.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello_world.yml (limited to 'hello_world.yml') diff --git a/hello_world.yml b/hello_world.yml new file mode 100644 index 0000000..67b340d --- /dev/null +++ b/hello_world.yml @@ -0,0 +1,10 @@ +# To run this, name this file hello_world.yml and run the following in the same directory +# ansible-playbook hello_world.yml -i 'local,' --connection=local + +- name: hello world example + hosts: all + tasks: + - name: Create a directory + file: + path=hello_world + state=directory -- cgit v1.2.3