first commit

This commit is contained in:
Ryan Cuda
2026-01-25 08:31:56 -07:00
commit 1234ef51c0
57 changed files with 2560 additions and 0 deletions

7
test.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: A simple playbook to test that Ansible is configured
hosts: localhost
tasks:
- name: Run test playbook
ansible.builtin.debug:
msg: "If you're reading this, Ansible is configured on your system."