Initial repo structure — playbook skeletons, roles, client template inventory

This commit is contained in:
Semaphore
2026-03-10 14:03:29 -07:00
commit 1ae6576dab
22 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
---
# report default variables

View File

@@ -0,0 +1,6 @@
---
# report tasks
# Implementation to follow
- name: Placeholder
ansible.builtin.debug:
msg: "report role - tasks to be implemented"