Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
8
playbooks/snapshot_verify.yml
Normal file
8
playbooks/snapshot_verify.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Verify snapshot exists
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Placeholder - snapshot verification tasks
|
||||
ansible.builtin.debug:
|
||||
msg: "Snapshot verification to be implemented"
|
||||
Reference in New Issue
Block a user