diff --git a/test-playbooks/ping b/test-playbooks/ping new file mode 100644 index 0000000..ef76782 --- /dev/null +++ b/test-playbooks/ping @@ -0,0 +1,6 @@ +- name: Test Connection to Servers + hosts: all + become: no + tasks: + - name: Ping my Servers + ping: \ No newline at end of file