diff --git a/playbooks/connection_test.yaml b/playbooks/connection_test.yaml new file mode 100644 index 0000000..71a1ed4 --- /dev/null +++ b/playbooks/connection_test.yaml @@ -0,0 +1,7 @@ +--- +- name: connection test + hosts: all + tasks: + - name: debug + ansible.builtin.debug: + var: ansible_connection