Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
7
playbooks/site_maintenance.yml
Normal file
7
playbooks/site_maintenance.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Master wrapper — runs full maintenance sequence
|
||||
# This is the single template to schedule in Semaphore per client
|
||||
- import_playbook: snapshot_pre.yml
|
||||
- import_playbook: site_preflight.yml
|
||||
- import_playbook: linux_patch.yml
|
||||
- import_playbook: windows_patch.yml
|
||||
Reference in New Issue
Block a user