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 @@
---
# linux_patch default variables

View File

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

View File

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

View File

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

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"

View File

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

View File

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

View File

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

View File

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