diff --git a/Ansible-Playbooks/ping.yaml b/Ansible-Playbooks/ping.yaml new file mode 100644 index 0000000..74ac8e9 --- /dev/null +++ b/Ansible-Playbooks/ping.yaml @@ -0,0 +1,5 @@ +- name: Get Upgrades + hosts: homelab + tasks: + - name: Ping the Clients + ansible.builtin.ping: \ No newline at end of file