Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
2
roles/windows_patch/defaults/main.yml
Normal file
2
roles/windows_patch/defaults/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# windows_patch default variables
|
||||
6
roles/windows_patch/tasks/main.yml
Normal file
6
roles/windows_patch/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# windows_patch tasks
|
||||
# Implementation to follow
|
||||
- name: Placeholder
|
||||
ansible.builtin.debug:
|
||||
msg: "windows_patch role - tasks to be implemented"
|
||||
Reference in New Issue
Block a user