Initial ansible structure and test code

This commit is contained in:
2026-04-02 12:28:20 -04:00
commit 253618c152
5 changed files with 38 additions and 0 deletions

6
playbooks/ping.yml Normal file
View File

@@ -0,0 +1,6 @@
- name: Test connectivity
hosts: all
tasks:
- name: Ping hosts
ansible.builtin.ping: